mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
Add include/linker flags for using the lib/libc substitutions
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13584 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8c8cae582b
commit
0b79b4ea3d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user