* src/app-file/gnome/Makefile.am

(CFLAGS): move INCLUDES bits to CFLAGS.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5511 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-10-10 23:20:25 +00:00
parent 48fbaeb3cb
commit e7035c2683

View File

@ -2,15 +2,17 @@ SUBDIRS = . #test
pkglib_LTLIBRARIES = libgncmod-app-file-gnome.la
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${G_WRAP_COMPILE_ARGS}
INCLUDES = -I${top_srcdir}/src/gnc-module \
-I${top_srcdir}/src \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/app-utils \
-I${top_srcdir}/src/app-file \
${GNOME_INCLUDEDIR} \
${GUILE_INCS}
CFLAGS = \
@CFLAGS@ \
-I${top_srcdir}/src/gnc-module \
-I${top_srcdir}/src \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/app-utils \
-I${top_srcdir}/src/app-file \
${GUILE_INCS} \
${G_WRAP_COMPILE_ARGS} \
${GLIB_CFLAGS} \
${GNOME_INCLUDEDIR}
libgncmod_app_file_gnome_la_SOURCES = \
gnc-file-dialog.c \