]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
hopefully fix tex2lyx linking.
[lyx.git] / src / tex2lyx / Makefile.am
index f54094cb79762c5876803fb7fa5412c48c58228b..980f4ca1eee68e62b81b779424541a75a4d1a171 100644 (file)
@@ -20,9 +20,7 @@ AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 BOOST_LIBS = $(BOOST_REGEX) $(BOOST_FILESYSTEM) $(BOOST_IOSTREAMS)
 
-if USE_COMPRESSION
 COMPRESSIONLIB = -lz
-endif
 
 LINKED_FILES = \
        FloatList.C \
@@ -44,7 +42,6 @@ tex2lyx_SOURCES = \
        context.C \
        context.h \
        gettext.C \
-       gettext.h \
        lengthcommon.C \
        lyxfont.C \
        lyxfont.h \
@@ -59,7 +56,7 @@ tex2lyx_SOURCES = \
 
 tex2lyx_LDADD = \
        $(top_builddir)/src/support/libsupport.la \
-       $(BOOST_LIBS) $(COMPRESSIONLIB)
+       $(BOOST_LIBS) $(LIBICONV) $(COMPRESSIONLIB)
 
 $(LINKED_FILES) :
        @rm -f $@ ; \