diff options
author | Sumit Bose <sbose@redhat.com> | 2010-02-16 21:19:09 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-16 16:06:54 -0500 |
commit | 26785017abee76e0eff95214f0c52fcdb04741e0 (patch) | |
tree | 51b743cc2c3118d670f3e76d377b8c4fc0c022c1 /server | |
parent | 8f206092adc07f5f09e14d5dac53759bee33bcc6 (diff) | |
download | sssd-26785017abee76e0eff95214f0c52fcdb04741e0.tar.gz sssd-26785017abee76e0eff95214f0c52fcdb04741e0.tar.xz sssd-26785017abee76e0eff95214f0c52fcdb04741e0.zip |
Remove replace
Diffstat (limited to 'server')
-rw-r--r-- | server/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index 2d61abcaf..b331cf1d2 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -36,12 +36,6 @@ if HAVE_GCC -Werror-implicit-function-declaration endif -REPLACE_CFLAGS = \ - -I $(srcdir)/../replace -REPLACE_LIBS = \ - -L$(builddir)/../replace \ - -lreplace - ACLOCAL_AMFLAGS = -I m4 -I . sbin_PROGRAMS = \ @@ -193,7 +187,6 @@ AM_CPPFLAGS = -Wall \ $(LDB_CFLAGS) \ $(DBUS_CFLAGS) \ $(PCRE_CFLAGS) \ - $(REPLACE_CFLAGS) \ $(COLLECTION_CFLAGS) \ $(INI_CFG_CFLAGS) \ $(DHASH_CFLAGS) \ @@ -266,7 +259,6 @@ SSSD_LIBS = \ $(INI_CFG_LIBS) \ $(COLLECTION_LIBS) \ $(DHASH_LIBS) \ - $(REPLACE_LIBS) \ $(SSS_CRYPT_LIBS) \ libsss_crypt.la @@ -276,7 +268,6 @@ PYTHON_BINDINGS_LIBS = \ $(POPT_LIBS) \ $(LDB_LIBS) \ $(DBUS_LIBS) \ - $(REPLACE_LIBS) \ $(PCRE_LIBS) \ $(SSS_CRYPT_LIBS) \ libsss_crypt.la @@ -291,7 +282,6 @@ TOOLS_LIBS = \ $(INI_CFG_LIBS) \ $(COLLECTION_LIBS) \ $(DHASH_LIBS) \ - $(REPLACE_LIBS) \ libsss_crypt.la if BUILD_SELINUX |