]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
make "make distcheck" work
[lyx.git] / src / support / Makefile.am
index a039c82768cd531f8582c243e91c684d557aeb31..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
@@ -27,6 +27,8 @@ libsupport_la_SOURCES = \
        copied_ptr.h \
        cow_ptr.h \
        debugstream.h \
+       environment.h \
+       environment.C \
        filefilterlist.C \
        filefilterlist.h \
        filename.C \
@@ -63,7 +65,6 @@ libsupport_la_SOURCES = \
        path.h \
        package.C \
        package.h \
-       putenv.C \
        rename.C \
        socktools.C \
        socktools.h \