]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
make "make distcheck" work
[lyx.git] / src / support / Makefile.am
index 47ad20e263eefc954b5a3b596dd761f6435956f3..b3ab6dc1f4a0bc745a996b81604c47b837adfa6d 100644 (file)
@@ -2,12 +2,12 @@ include $(top_srcdir)/config/common.am
 
 SUBDIRS = . tests
 
-noinst_LTLIBRARIES = libsupport.la
-
-CLEANFILES += path_defines.C
+CLEANFILES += $(BUILT_SOURCES)
 
 EXTRA_DIST = package.C.in os_unix.C os_win32.C os_os2.C
 
+noinst_LTLIBRARIES = libsupport.la
+
 if USE_COMPRESSION
 COMPRESSION = gzstream.C gzstream.h
 endif
@@ -17,8 +17,6 @@ BUILT_SOURCES = package.C
 AM_CPPFLAGS = $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libsupport_la_SOURCES = \
-       FileInfo.C \
-       FileInfo.h \
        FileMonitor.h \
        FileMonitor.C \
        abort.C \
@@ -29,6 +27,8 @@ libsupport_la_SOURCES = \
        copied_ptr.h \
        cow_ptr.h \
        debugstream.h \
+       environment.h \
+       environment.C \
        filefilterlist.C \
        filefilterlist.h \
        filename.C \
@@ -41,6 +41,8 @@ libsupport_la_SOURCES = \
        forkedcallqueue.h \
        forkedcontr.C \
        forkedcontr.h \
+       fs_extras.C \
+       fs_extras.h \
        getcwd.C \
        globbing.C \
        globbing.h \
@@ -63,9 +65,7 @@ libsupport_la_SOURCES = \
        path.h \
        package.C \
        package.h \
-       putenv.C \
        rename.C \
-       rmdir.C \
        socktools.C \
        socktools.h \
        std_istream.h \