diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-11 11:13:53 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-11 14:19:32 -0400 |
commit | a9485219348defd667e19483c8b04c25b9291856 (patch) | |
tree | 175509d4844a40c1eb5253f0febc4b7e586efa4a /server/Makefile.in | |
parent | 697733a4b00e345298707b7e0827725e708ab0bc (diff) | |
download | sssd-a9485219348defd667e19483c8b04c25b9291856.tar.gz sssd-a9485219348defd667e19483c8b04c25b9291856.tar.bz2 sssd-a9485219348defd667e19483c8b04c25b9291856.zip |
Separate confdb API from confdb setup
Refactoring the confdb so that the setup code can be linked
separately from the access API. This is being done so that our
plugins do not need to link against the collection and ini_config
libraries.
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index ce66c2aa..292b6085 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -80,7 +80,7 @@ SHLD_FLAGS = @SHLD_FLAGS@ SONAMEFLAG = @SONAMEFLAG@ LDFLAGS += @LDFLAGS@ -L$(srcdir)/lib -LIBS = @LIBS@ $(TALLOC_LIBS) $(TDB_LIBS) $(TEVENT_LIBS) $(POPT_LIBS) $(LDB_LIBS) $(DBUS_LIBS) $(PCRE_LIBS) $(INI_CFG_LIBS) $(COLLECTION_LIBS) +LIBS = @LIBS@ $(TALLOC_LIBS) $(TDB_LIBS) $(TEVENT_LIBS) $(POPT_LIBS) $(LDB_LIBS) $(DBUS_LIBS) $(PCRE_LIBS) PICFLAG = @PICFLAG@ CFLAGS := -I$(srcdir)/include -Iinclude -I$(srcdir) -I$(srcdir)/.. \ |