From b2f9d2924935d2c517f0bd3ee50ab59a9ad360f4 Mon Sep 17 00:00:00 2001 From: martin-s Date: Tue, 23 Mar 2010 07:22:30 +0000 Subject: [PATCH] Fix:gui_qml:Make distcheck happy git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3070 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/gui/qml/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navit/navit/gui/qml/Makefile.am b/navit/navit/gui/qml/Makefile.am index 060393e..949bc1a 100644 --- a/navit/navit/gui/qml/Makefile.am +++ b/navit/navit/gui/qml/Makefile.am @@ -4,7 +4,6 @@ modulegui_LTLIBRARIES = libgui_qml.la libgui_qml_la_SOURCES = gui_qml.moc gui_qml.cpp proxy.moc proxy.h ngqpoint.moc ngqpoint.h libgui_qml_la_LDFLAGS = @QT_DECLARATIVE_LIBS@ @QT_GUI_LIBS@ -module -avoid-version BUILT_SOURCES = gui_qml.moc proxy.moc ngqpoint.moc -if GUI_QML gui_qml.moc: gui_qml.cpp @MOC@ $(srcdir)/gui_qml.cpp >gui_qml.moc || touch gui_qml.moc proxy.moc: proxy.h @@ -14,5 +13,6 @@ ngqpoint.moc: ngqpoint.h distclean-local: -$(RM) *.moc +if GUI_QML SUBDIRS=skins -endif \ No newline at end of file +endif -- 2.7.4