]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/ui/Makefile.am
* src/frontends/qt4/ui/pch.h: remove
[lyx.git] / src / frontends / qt4 / ui / Makefile.am
index 2ce72307d42ecf4be54f5ef7ff1e4b90463408f7..fd99ac0e679fb5d32a1141808344af10ee452ffb 100644 (file)
@@ -1,28 +1,11 @@
 include $(top_srcdir)/config/common.am
 include $(srcdir)/../Makefile.dialogs
 
-CLEANFILES += *.C *Base.h *Module.h *Dialog.h
+CLEANFILES += *.h
 
-SUBDIRS = .
+EXTRA_DIST = $(UIFILES)
 
-EXTRA_DIST = pch.h $(UIFILES)
-
-BUILT_SOURCES = $(PCH_FILE) $(UIFILES:.ui=.h)
-
-AM_CPPFLAGS += \
-       $(QT4_CPPFLAGS) -DQT_NO_TRANSLATION \
-       $(PCH_FLAGS) \
-       -I$(top_srcdir)/src \
-       -I$(top_srcdir)/src/frontends \
-       -I$(top_srcdir)/src/frontends/qt4 \
-       $(QT4_INCLUDES) $(BOOST_INCLUDES) \
-       -I$(top_srcdir)/src/frontends/controllers
-
-noinst_LTLIBRARIES = libqt4ui.la
-
-nodist_libqt4ui_la_SOURCES = $(UIFILES:.ui=.h)
-# The trick.
-libqt4ui_la_LINK = touch libqt4ui.la ; echo
+BUILT_SOURCES = $(UIFILES:.ui=.h)
 
 # Use _() for localization instead of tr() or trUtf8()
 UICFLAGS=-tr qt_