mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnome-utils/Makefile.am
(CFLAGS): move INCLUDES bits to CFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5549 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c20f2d2e44
commit
4ade9c0d73
@ -2,22 +2,19 @@ SUBDIRS = . test
|
||||
|
||||
pkglib_LTLIBRARIES = libgncmod-gnome-utils.la
|
||||
|
||||
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GNOME_PRINT_CFLAGS}
|
||||
|
||||
#FIXME remove the following deps
|
||||
# -I${top_srcdir}/src \
|
||||
# -I${top_srcdir}/src/gnome \
|
||||
|
||||
INCLUDES = \
|
||||
CFLAGS = \
|
||||
@CFLAGS@ \
|
||||
-I${top_srcdir}/src/gnc-module \
|
||||
-I${top_srcdir}/src/engine \
|
||||
-I${top_srcdir}/src/network-utils \
|
||||
-I${top_srcdir}/src/app-utils \
|
||||
-I${top_srcdir}/src \
|
||||
-I${top_srcdir}/src/gnome \
|
||||
${GNOME_INCLUDEDIR} \
|
||||
${GUILE_INCS} \
|
||||
${GUPPI_CFLAGS}
|
||||
${GUPPI_CFLAGS} \
|
||||
${GLIB_CFLAGS} \
|
||||
${GNOME_PRINT_CFLAGS} \
|
||||
${GNOME_INCLUDEDIR}
|
||||
|
||||
libgncmod_gnome_utils_la_SOURCES = \
|
||||
cursors.c \
|
||||
|
Loading…
Reference in New Issue
Block a user