diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-12-17 23:33:32 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-17 23:33:32 +0100 |
commit | 87612dadc166fb078074e50796cc864dc981b483 (patch) | |
tree | 3fb89b16db6b2f79c82e06c61f0223c24ee83c54 /postprocess | |
parent | 67d72f4c2d9163dcef8b6fc51368fdeed6af201b (diff) |
extensions: convert ldap to gbuild
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index c9e7a2df68f6..36bcee6091c1 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -268,7 +268,7 @@ my_components += \ .END .IF "$(WITH_LDAP)" == "YES" -my_components += ldapbe2 +my_components += component/extensions/source/config/ldap/ldapbe2 .END .IF "$(WITH_MOZILLA)" != "NO" |