[vlc-commits] commit: No need for common SUFFIXES definition anymore ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat May 15 21:11:13 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 15 22:10:42 2010 +0300| [4a6584208fdf5da6aa8a1fcd747cff3ac9d67a87] | committer: Rémi Denis-Courmont
No need for common SUFFIXES definition anymore
Left-over from pre-libtool era
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a6584208fdf5da6aa8a1fcd747cff3ac9d67a87
---
modules/common.am | 1 -
modules/gui/qt4/Modules.am | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/common.am b/modules/common.am
index 2e617ce..5e4d65f 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -6,7 +6,6 @@
# Authors: Sam Hocevar <sam at zoy.org>
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 6da49d0..936a602 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 \
More information about the vlc-commits
mailing list