mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/register/register-gnome/Makefile.am
(CFLAGS): move INCLUDES bits to CFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5499 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6c913caa7d
commit
aa2f0ee3e3
@ -40,9 +40,8 @@ noinst_HEADERS = \
|
||||
EXTRA_DIST = \
|
||||
.cvsignore
|
||||
|
||||
CFLAGS = @CFLAGS@ ${GTK_XIM_FLAGS}
|
||||
|
||||
INCLUDES = \
|
||||
CFLAGS = \
|
||||
@CFLAGS@ \
|
||||
-I${top_srcdir}/src \
|
||||
-I${top_srcdir}/src/engine \
|
||||
-I${top_srcdir}/src/guile \
|
||||
@ -51,5 +50,7 @@ INCLUDES = \
|
||||
-I${top_srcdir}/src/gnome-utils \
|
||||
-I${top_srcdir}/src/register/ledger-core \
|
||||
-I${top_srcdir}/src/register/register-core \
|
||||
${GUILE_INCS} \
|
||||
${GLIB_CFLAGS} \
|
||||
${GTK_XIM_FLAGS} \
|
||||
${GNOME_INCLUDEDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user