]> git.lyx.org Git - features.git/commitdiff
Fix monolithic builds for tarballs.
authorPavel Sanda <sanda@lyx.org>
Sun, 4 May 2008 22:43:32 +0000 (22:43 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 4 May 2008 22:43:32 +0000 (22:43 +0000)
(make dist generated empty qt4 mono file).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24605 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Makefile.am

index 6486be4b46eb69ea3e9c8b37ea237c4fc9485aa1..594bf54084d32b3a4499478812cc88ea96945193 100644 (file)
@@ -302,12 +302,11 @@ UIFILES = \
        WrapUi.ui
 
 
-if MONOLITHIC_FRONTEND_QT4
-
-
 liblyxqt4.cpp:
        @echo -e '$(SOURCEFILES:%=\n#include "%")\n' > $@
 
+if MONOLITHIC_FRONTEND_QT4
+
 liblyxqt4_la_SOURCES = \
        liblyxqt4.cpp \
        $(MOCHEADER) \
@@ -318,9 +317,6 @@ CLEANFILES += liblyxqt4.cpp
 
 else
 
-liblyxqt4.cpp:
-       touch $@
-
 liblyxqt4_la_SOURCES = \
        $(SOURCEFILES) \
        $(MOCHEADER) \