[Gnucash-changes] r13584 - gnucash/trunk/lib/libqof/qof - Add include/linker flags for using the lib/libc substitutions

Christian Stimming cstim at cvs.gnucash.org
Fri Mar 10 07:08:14 EST 2006


Author: cstim
Date: 2006-03-10 07:08:14 -0500 (Fri, 10 Mar 2006)
New Revision: 13584
Trac: http://svn.gnucash.org/trac/changeset/13584

Modified:
   gnucash/trunk/lib/libqof/qof/Makefile.am
Log:
Add include/linker flags for using the lib/libc substitutions

Modified: gnucash/trunk/lib/libqof/qof/Makefile.am
===================================================================
--- gnucash/trunk/lib/libqof/qof/Makefile.am	2006-03-10 11:04:02 UTC (rev 13583)
+++ gnucash/trunk/lib/libqof/qof/Makefile.am	2006-03-10 12:08:14 UTC (rev 13584)
@@ -1,11 +1,13 @@
 lib_LTLIBRARIES = libqof.la
 
 libqof_la_LDFLAGS= -version-info $(LIBQOF_LIBRARY_VERSION)
-libqof_la_LIBADD= ${GLIB_LIBS}
+libqof_la_LIBADD= \
+  $(GLIB_LIBS) \
+  $(top_builddir)/lib/libc/libc-missing.la
 
 AM_CFLAGS = \
-  -I. \
-  ${GLIB_CFLAGS}
+  $(GLIB_CFLAGS) \
+  -I$(top_srcdir)/lib/libc
 
 libqof_la_SOURCES =  \
    deprecated.c      \



More information about the gnucash-changes mailing list