all repos — fluxbox @ f12e149bafa03de599ed3f8a01771ee937682d38

custom fork of the fluxbox windowmanager

automake: use AM_CPPFLAGS rather than INCLUDES

The INCLUDES macro deprecated in favour of AM_CPPFLAGS.

References: http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html
Sami Kerola kerolasa@iki.fi
commit

f12e149bafa03de599ed3f8a01771ee937682d38

parent

ea2464a9eac3f5b4adf640485fa9a5d73bcf1d41

3 files changed, 4 insertions(+), 4 deletions(-)

jump to
M src/tests/Makefile.amsrc/tests/Makefile.am

@@ -1,4 +1,4 @@

-INCLUDES= -I$(top_srcdir)/src +AM_CPPFLAGS= -I$(top_srcdir)/src noinst_PROGRAMS= \ testTexture \
M util/Makefile.amutil/Makefile.am

@@ -1,6 +1,6 @@

# util/Makefile.am for Fluxbox SUBDIRS= fbrun -INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk +AM_CPPFLAGS= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox bin_PROGRAMS= fbsetroot fluxbox-update_configs fluxbox-remote fbsetroot_SOURCES= fbsetroot.cc fbsetroot.hh
M util/fbrun/Makefile.amutil/fbrun/Makefile.am

@@ -1,8 +1,8 @@

FLUXBOX_SRC_DIR= ../../src/ -INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk +AM_CPPFLAGS= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk bin_PROGRAMS= fbrun fbrun_SOURCES= FbRun.hh FbRun.cc main.cc fbrun.xpm fbrun_LDADD= ${FLUXBOX_SRC_DIR}FbTk/libFbTk.a ${FLUXBOX_SRC_DIR}FbTk/libFbTk.a: - cd ${FLUXBOX_SRC_DIR}FbTk && make+ cd ${FLUXBOX_SRC_DIR}FbTk && make