]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / Makefile.am
index 92ac3ccda5ecd3f8b008752d22dd285e07ab3a22..8a374d511d42b9ff2ffa95dd42f0da8654ec2a64 100644 (file)
@@ -7,14 +7,12 @@ EXTRA_DIST = pch.h \
 
 noinst_LIBRARIES = liblyxsupport.a
 
-liblyxsupport_a_LIBADD = $(LIBSHLWAPI) $(BOOST_SIGNALS)
-
 BUILT_SOURCES = $(PCH_FILE)
 
 #########################  Qt stuff  #############################
 #
 
-MOCHEADER = SignalSlotPrivate.h
+MOCHEADER = SignalSlotPrivate.h SystemcallPrivate.h
 
 MOCEDFILES = $(MOCHEADER:%.h=moc_%.cpp)
 
@@ -99,7 +97,9 @@ liblyxsupport_a_SOURCES = \
        userinfo.h \
        unicode.cpp \
        unicode.h \
-       weighted_btree.h
+       weighted_btree.h \
+       mythes/mythes.cxx \
+       mythes/mythes.hxx
 
 if INSTALL_MACOSX
 liblyxsupport_a_SOURCES += \
@@ -132,14 +132,14 @@ check_PROGRAMS = \
        check_filetools \
        check_lstrings
 
-check_convert_LDADD = liblyxsupport.a  \
-       $(BOOST_LIBS) $(QT4_CORE_LIB)
+check_convert_LDADD = liblyxsupport.a $(BOOST_LIBS) $(QT4_CORE_LIB)
 check_convert_LDFLAGS = $(QT4_CORE_LDFLAGS)
 check_convert_SOURCES = \
        tests/check_convert.cpp \
        tests/boost.cpp
 
-check_filetools_LDADD = liblyxsupport.a $(BOOST_LIBS)
+check_filetools_LDADD = liblyxsupport.a $(BOOST_LIBS) $(QT4_CORE_LIB)
+check_filetools_LDFLAGS = $(QT4_CORE_LDFLAGS)
 check_filetools_SOURCES = \
        tests/check_filetools.cpp \
        tests/boost.cpp