]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
Better using a space instead of '\0' in the num_get facet.
[lyx.git] / src / support / Makefile.am
index 8c1364875e118501768e526cfcd3906df56f98bf..b3c3f775e37265c0c77f7c0b4884d1f2dc70df33 100644 (file)
@@ -5,10 +5,12 @@ SUBDIRS = . tests
 CLEANFILES += $(BUILT_SOURCES)
 
 EXTRA_DIST = package.C.in pch.h \
-       os_cygwin.C os_os2.C os_unix.C os_win32.C os_win32.h
+       os_cygwin.C os_unix.C os_win32.C os_win32.h
 
 noinst_LTLIBRARIES = libsupport.la
 
+libsupport_la_LIBADD = $(LIBSHLWAPI)
+
 BUILT_SOURCES = $(PCH_FILE) package.C
 
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
@@ -25,6 +27,10 @@ libsupport_la_SOURCES = \
        copied_ptr.h \
        cow_ptr.h \
        debugstream.h \
+       docstream.C \
+       docstream.h \
+       docstring.C \
+       docstring.h \
        environment.h \
        environment.C \
        filefilterlist.C \
@@ -33,6 +39,8 @@ libsupport_la_SOURCES = \
        filename.h \
        filetools.C \
        filetools.h \
+       fontutils.C \
+       fontutils.h \
        forkedcall.C \
        forkedcall.h \
        forkedcallqueue.C \
@@ -55,8 +63,6 @@ libsupport_la_SOURCES = \
        mkdir.C \
        os.C \
        os.h \
-       os2_defines.h \
-       os2_errortable.h \
        path.C \
        path.h \
        package.C \
@@ -74,6 +80,8 @@ libsupport_la_SOURCES = \
        types.h \
        userinfo.C \
        userinfo.h \
+       unicode.C \
+       unicode.h \
        unlink.C