]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/Makefile.am
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / mathed / Makefile.am
index e0562fc8a60186eacebd2ce8e67b8a39991cc143..791fe931cc33cafa5b788c8b972594f101d8a6ce 100644 (file)
@@ -1,13 +1,11 @@
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign 1.4
 MAINTAINERCLEANFILES = Makefile.in
-noinst_PROGRAMS = mathed.o
+noinst_LTLIBRARIES = libmathed.la
 LIBS=
-LDFLAGS=
 ETAGS_ARGS = --c++
-INCLUDES = -I${top_srcdir}/images -I${srcdir}/../
-CXXLINK = $(LD) -r -o $(noinst_PROGRAMS)
+INCLUDES = -I${top_srcdir}/images -I${srcdir}/../ 
 
-mathed_o_SOURCES = array.h \
+libmathed_la_SOURCES = array.h \
        formula.C \
        formula.h \
        formulamacro.C \