From 4a8ffce850cda5919b57f2aa2505c183affdbab1 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 18 May 2006 09:37:35 +0000 Subject: [PATCH] =?UTF-8?q?Small=20cleanup=20recommended=20by=20Lars=20Gul?= =?UTF-8?q?lik=20Bj=C3=B8nnes:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Can you move the SUBDIRS var back to the top of the file pleae. Also EXTRA_DIST should be at the top. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13863 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 2dabd434ca..3454150eea 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -1,6 +1,10 @@ include $(top_srcdir)/config/common.am include $(srcdir)/Makefile.dialogs +SUBDIRS = ui + +EXTRA_DIST = pch.h Makefile.dialogs + DISTCLEANFILES += *_moc.cpp libqt4_la_DEPENDENCIES = $(MOCEDFILES) @@ -10,10 +14,6 @@ MOCEDFILES = $(MOCFILES:.C=_moc.cpp) %_moc.cpp: %.h $(MOC4) -o $@ $< -SUBDIRS = ui - -EXTRA_DIST = pch.h Makefile.dialogs - BUILT_SOURCES = $(PCH_FILE) $(MOCEDFILES) noinst_LTLIBRARIES = libqt4.la