mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Small cleanup recommended by Lars Gullik Bjønnes:
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
This commit is contained in:
parent
c8410c3e0a
commit
4a8ffce850
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user