From 35ad45b738e5c9a75c92bca2718832889beae420 Mon Sep 17 00:00:00 2001 From: Arun Scaria Date: Fri, 8 Jul 2011 20:36:57 +0530 Subject: Added $(DHASH_LIBS) to makefile --- Makefile.am | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 72450607..788a1a59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -408,7 +408,7 @@ sssd_sudo_LDADD = \ $(SSSD_LIBS) \ libsss_util.la sssd_sudo_LDFLAGS = \ - -g + -g sssd_be_SOURCES = \ src/providers/data_provider_be.c \ @@ -764,6 +764,7 @@ pam_sss_la_LDFLAGS = \ -lpam \ -module \ -avoid-version \ + -g \ -Wl,--version-script,$(srcdir)/src/sss_client/sss_pam.exports dist_noinst_DATA += \ @@ -781,13 +782,15 @@ libsss_sudoplugin_la_LDFLAGS = \ -lpam \ -lpam_misc \ $(DBUS_LIBS) \ - -g - -libsss_sudoplugin_CPPFLAGS = \ + $(DHASH_LIBS) + +libsss_sudoplugin_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ - -D_GNU_SOURCE + -D_GNU_SOURCE \ + -g + + - #################### # Plugin Libraries # #################### -- cgit