]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Removed all redundant using directives from the source.
[lyx.git] / src / tex2lyx / Makefile.am
index 5896615b9e3e698444d2eeada10b3dc5aa184401..8eb294b56d673906cf2714ce0bc236900215fcbc 100644 (file)
@@ -1,6 +1,7 @@
 include $(top_srcdir)/config/common.am
 
 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+EXTRA_DIST = test-structure.tex test-insets.tex
 
 #noinst_LTLIBRARIES = libtexparser.la
 #
@@ -27,6 +28,8 @@ linked_files = \
 tex2lyx_SOURCES = \
        $(linked_files) \
        Spacing.h \
+       context.C \
+       context.h \
        gettext.C \
        gettext.h \
        lyxfont.C \
@@ -42,12 +45,12 @@ tex2lyx_SOURCES = \
 
 tex2lyx_LDADD = \
        ../support/libsupport.la \
-       ../../boost/libs/regex/src/libboostregex.la
+       ../../boost/libs/regex/src/libboostregex.la -lz
 
-FloatList.C: link_files 
+FloatList.C: link_files
 
 link_files:
-       for i in $(linked_files); do \
+       @for i in $(linked_files); do \
                rm -f $$i; \
                ln -s "$(top_srcdir)/src/$$i" . ; \
        done