]> git.lyx.org Git - features.git/commitdiff
fix position of inferior libraries
authorAndré Pönitz <poenitz@gmx.net>
Sat, 11 Aug 2007 11:09:09 +0000 (11:09 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sat, 11 Aug 2007 11:09:09 +0000 (11:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19425 a592a061-630c-0410-9148-cb99ea01b6c8

src/Makefile.am

index cf1fafd8e67e65735176e44d4da041a87d693a46..7ecf0976c9b25d82448c6b937b8ac35adf70523b 100644 (file)
@@ -16,11 +16,11 @@ EXTRA_DIST = config.h.in stamp-h.in version.cpp.in \
        paper.h \
        pch.h
 
-LYX_PRE_LIBS = mathed/liblyxmathed.la insets/liblyxinsets.la \
+LYX_PRE_LIBS = liblyxmathed.la liblyxinsets.la \
        frontends/liblyxfrontends.la
 
 LYX_POST_LIBS = frontends/controllers/liblyxcontrollers.la \
-       graphics/liblyxgraphics.la \
+       liblyxgraphics.la \
        support/liblyxsupport.la
 
 OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOCKET_LIBS)