SVN: rc-scripts/trunk/src/Makefile.am

glen glen at pld-linux.org
Fri Oct 18 18:35:25 CEST 2013


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
 


More information about the pld-cvs-commit mailing list