X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=8dd8cbc26a9056ad9d0895ca9d3be3d405e50850;hb=36bbe548135901132ab7528d88a4f4b2cd69afd7;hp=85b6e14916b78bd2b783a3f68121e7826b628ac2;hpb=57bc54247a31ce37467d78c84f1270ff87485c1f;p=lyx.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 85b6e14916..8dd8cbc26a 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am noinst_LTLIBRARIES = libsupport.la -CLEANFILES = path_defines.C +CLEANFILES += path_defines.C INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES) @@ -14,6 +14,8 @@ endif BUILT_SOURCES = path_defines.C +AM_CXXFLAGS = $(PCH_FLAGS) + libsupport_la_SOURCES = \ FileInfo.C \ FileInfo.h \ @@ -44,7 +46,6 @@ libsupport_la_SOURCES = \ lstrings.C \ lstrings.h \ lyxalgo.h \ - lyxfunctional.h \ lyxlib.h \ lyxmanip.h \ lyxtime.C \ @@ -62,14 +63,10 @@ libsupport_la_SOURCES = \ putenv.C \ rename.C \ rmdir.C \ - snprintf.h \ - snprintf.c \ socktools.C \ socktools.h \ - sstream.h \ std_istream.h \ std_ostream.h \ - std_sstream.h \ systemcall.C \ systemcall.h \ tempname.C \