]> git.lyx.org Git - lyx.git/blobdiff - src/client/Makefile.am
use AM_CPPFLAGS instead of INCLUDES since that is deprecated
[lyx.git] / src / client / Makefile.am
index 8a32f270e321989722d1e3e4210235b50d8e9163..d6b44b525ddde5a144df08748922d0e12462f0dd 100644 (file)
@@ -6,13 +6,13 @@ man_MANS = lyxclient.1
 
 bin_PROGRAMS = lyxclient
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+AM_CPPFLAGS = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 AM_CXXFLAGS = $(PCH_FLAGS)
 
 if USE_INCLUDED_BOOST
 BOOST_LIBS = $(top_builddir)/boost/libs/filesystem/src/libboostfilesystem.la \
-       $(top_builddir)/boost/libs/regex/src/libboostregex.la 
+       $(top_builddir)/boost/libs/regex/src/libboostregex.la
 else
 BOOST_LIBS = -lboost_regex -lboost_filesystem
 endif