mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/Makefile.am (CFLAGS): move INCLUDES bits to CFLAGS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5508 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8d3324cc53
commit
e8ce3cd8ee
@ -83,14 +83,15 @@ EXTRA_DIST = \
|
|||||||
gnucash-make-guids.in \
|
gnucash-make-guids.in \
|
||||||
gnucash-run-script.in
|
gnucash-run-script.in
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ ${GNOME_INCLUDEDIR} ${GUILE_INCS}
|
CFLAGS = \
|
||||||
|
@CFLAGS@ \
|
||||||
INCLUDES = \
|
|
||||||
-I./app-utils \
|
-I./app-utils \
|
||||||
-I./engine \
|
-I./engine \
|
||||||
-I./guile \
|
-I./guile \
|
||||||
-I./register \
|
-I./register \
|
||||||
-I./gnc-module
|
-I./gnc-module \
|
||||||
|
${GNOME_INCLUDEDIR} \
|
||||||
|
${GUILE_INCS}
|
||||||
|
|
||||||
bin_SCRIPTS = gnucash-run-script gnucash-make-guids
|
bin_SCRIPTS = gnucash-run-script gnucash-make-guids
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user