]> git.lyx.org Git - lyx.git/commitdiff
properly properly traces of alternative frontends
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Aug 2007 23:24:38 +0000 (23:24 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Aug 2007 23:24:38 +0000 (23:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19580 a592a061-630c-0410-9148-cb99ea01b6c8

src/Makefile.am

index 4be7c7b9c07456e98af923bb6da50fa252d0b6d0..7daedf1db3a9b9b376428fc1b2489b54cfdd8185 100644 (file)
@@ -21,10 +21,9 @@ EXTRA_DIST = config.h.in \
 OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ $(SOCKET_LIBS)
 
 pkglib_LTLIBRARIES = liblyxcore.la
-noinst_PROGRAMS = $(FRONTENDS_PROGS)
-EXTRA_PROGRAMS = lyx-qt4
+bin_PROGRAMS = lyx
 
-lyx_qt4_LDADD = \
+lyx_LDADD = \
        liblyxcore.la \
        liblyxmathed.la \
        liblyxinsets.la \
@@ -36,10 +35,6 @@ lyx_qt4_LDADD = \
        $(OTHERLIBS) \
        $(QT4_LIB) 
 
-lyx$(EXEEXT): $(FRONTENDS_PROGS)
-       rm -f $@
-       $(LN_S) $< $@
-
 if LYX_WIN_RESOURCE
 .rc.o:
        cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico .
@@ -64,7 +59,7 @@ endif
 # referenced within the core and therefore are not picked up
 # by the linker without looping over libs. We do not want that,
 # and in fact libtools seems not able to do that.
-lyx_qt4_SOURCES = \
+lyx_SOURCES = \
        main.cpp \
        $(ASPELL) $(PSPELL) $(ISPELL) SpellBase.cpp \
        Box.cpp \
@@ -77,7 +72,7 @@ lyx_qt4_SOURCES = \
        Thesaurus.h
 
 if LYX_WIN_RESOURCE
-lyx_qt4_SOURCES += lyxwinres.rc
+lyx_SOURCES += lyxwinres.rc
 endif
 
 liblyxcore_la_SOURCES = \