Author: glen Date: Fri Oct 18 18:35:25 2013 New Revision: 12725 Modified: rc-scripts/trunk/src/Makefile.am Log: use AM_CPPFLAGS instead of INCLUDES
Modified: rc-scripts/trunk/src/Makefile.am ============================================================================== --- rc-scripts/trunk/src/Makefile.am (original) +++ rc-scripts/trunk/src/Makefile.am Fri Oct 18 18:35:25 2013 @@ -57,7 +57,7 @@ ppp_watch_SOURCES = ppp-watch.c shvar.c shvar.h ppp_watch_LDADD = $(GLIB_LIBS) -INCLUDES = $(GLIB_CFLAGS) +AM_CPPFLAGS = $(GLIB_CFLAGS) consoletype_SOURCES = consoletype.c _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
