]> git.lyx.org Git - features.git/blobdiff - src/support/Makefile.am
to much stuff for my liking...
[features.git] / src / support / Makefile.am
index 319d68fd9e5542965230d0f273f81c79c40b014a..a42cf9b87d731e578dac4d00ad4f682591c1da7e 100644 (file)
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = foreign
 DISTCLEANFILES= *.orig *.rej *~ *.bak core
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-noinst_LTLIBRARIES = libsupport.la
+noinst_LTLIBRARIES = libsupport.o
 LIBS =
 ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
@@ -17,7 +17,7 @@ if USE_REGEX
 REGEX = regex.c lyxregex.h
 endif
 
-libsupport_la_SOURCES = \
+libsupport_o_SOURCES = \
        DebugStream.C \
        DebugStream.h \
        FileInfo.C \