makefile.mk (06f2ef55) makefile.mk (cc99daad)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 287 unchanged lines hidden (view full) ---

296my_components += ScriptProviderForJavaScript
297.END
298.END
299
300.IF "$(WITH_LDAP)" == "YES"
301my_components += ldapbe2
302.END
303
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 287 unchanged lines hidden (view full) ---

296my_components += ScriptProviderForJavaScript
297.END
298.END
299
300.IF "$(WITH_LDAP)" == "YES"
301my_components += ldapbe2
302.END
303
304.IF "$(WITH_MOZILLA)" != "NO"
304.IF "$(ENABLE_NSS_MODULE)" != "NO"
305my_components += \
306 xmlsecurity \
307 xsec_fw \
308 xsec_xmlsec
309.END
310
311.IF "$(OS)" == "MACOSX"
312my_components += \

--- 111 unchanged lines hidden ---
305my_components += \
306 xmlsecurity \
307 xsec_fw \
308 xsec_xmlsec
309.END
310
311.IF "$(OS)" == "MACOSX"
312my_components += \

--- 111 unchanged lines hidden ---