]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
zlib stuff
[lyx.git] / src / Makefile.am
index 9079d1b6944fcd0a1472cf1a3e93283e43fa27c6..782df6578a6737544d620a4803d45aa5957628f0 100644 (file)
@@ -31,7 +31,7 @@ BOOST_LIBS = -lboost_regex -lboost_signals
 endif
 
 lyx_LDADD = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) \
-       $(AIKSAURUS_LIBS) @LIBS@
+       $(AIKSAURUS_LIBS) @LIBS@ -lz
 
 lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS)
 
@@ -39,8 +39,6 @@ lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS)
 
 INCLUDES = $(BOOST_INCLUDES)
 
-localedir = $(datadir)/locale
-
 BUILT_SOURCES = version.C
 
 lyx_SOURCES = \
@@ -71,6 +69,7 @@ lyx_SOURCES = \
        LaTeX.h \
        LaTeXFeatures.C \
        LaTeXFeatures.h \
+       latexrunparams.h \
        Lsstream.h \
        LyXAction.C \
        LyXAction.h \
@@ -78,7 +77,6 @@ lyx_SOURCES = \
        MenuBackend.h \
        paragraph_funcs.C \
        paragraph_funcs.h \
-       ParagraphList.C \
        ParagraphList.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
@@ -105,6 +103,8 @@ lyx_SOURCES = \
        broken_headers.h \
        buffer.C \
        buffer.h \
+       buffer_funcs.C \
+       buffer_funcs.h \
        bufferlist.C \
        bufferlist.h \
        bufferparams.C \
@@ -218,8 +218,6 @@ lyx_SOURCES = \
        sgml.h \
        tabular.C \
        tabular.h \
-       tabular_funcs.C \
-       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
        tex-strings.C \
@@ -229,6 +227,8 @@ lyx_SOURCES = \
        text.C \
        text2.C \
        text3.C \
+       textcursor.C \
+       textcursor.h \
        text_funcs.C \
        text_funcs.h \
        toc.C \
@@ -249,15 +249,5 @@ lyx_SOURCES = \
        vspace.C \
        vspace.h
 
-lyx_main.o: lyx_main.C lyx_main.h config.h version.h \
-       lyxrc.h support/path.h support/filetools.h \
-       bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
-       lyxserver.h layout.h gettext.h kbmap.h lfuns.h language.h
-       $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
-         -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
-
-messages.o: messages.C messages.h config.h LString.h support/filetools.h
-       $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/messages.C
-
 dist-hook:
        cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`