From 4a6584208fdf5da6aa8a1fcd747cff3ac9d67a87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 15 May 2010 22:10:42 +0300 Subject: [PATCH] No need for common SUFFIXES definition anymore Left-over from pre-libtool era --- modules/common.am | 1 - modules/gui/qt4/Modules.am | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/common.am b/modules/common.am index 2e617cecff..5e4d65f57e 100644 --- a/modules/common.am +++ b/modules/common.am @@ -6,7 +6,6 @@ # Authors: Sam Hocevar NULL = -SUFFIXES = libvlcdir = $(vlclibdir)/plugins/$(basedir) EXTRA_DIST = Modules.am BUILT_SOURCES = diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am index 6da49d0a9f..936a6027cd 100644 --- a/modules/gui/qt4/Modules.am +++ b/modules/gui/qt4/Modules.am @@ -12,7 +12,7 @@ AUTOMAKE_OPTIONS = subdir-objects MOSTLYCLEANFILES = $(UIH) -SUFFIXES += .ui .h .hpp .moc.cpp +SUFFIXES = .ui .h .hpp .moc.cpp nodist_SOURCES_qt4 = \ main_interface.moc.cpp \ -- 2.39.2