From 47be812c27b5d8ecc37a1a89eec18a1e33dc9320 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 3 Feb 2004 20:20:07 +0000 Subject: remove glib_root add hack rule for .Plo files Original commit message from CVS: remove glib_root add hack rule for .Plo files --- gst-libs/gst/play/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gst-libs/gst/play') diff --git a/gst-libs/gst/play/Makefile.am b/gst-libs/gst/play/Makefile.am index 17460384..810ad9b8 100644 --- a/gst-libs/gst/play/Makefile.am +++ b/gst-libs/gst/play/Makefile.am @@ -1,7 +1,6 @@ # variables used for enum generation glib_enum_headers=$(play_headers) glib_enum_define=GST_PLAY -glib_root=play glib_enum_prefix=gst_play librarydir = $(libdir) @@ -10,7 +9,7 @@ play_headers = \ play.h built_headers = \ - $(glib_root)-enumtypes.h + play-enumtypes.h library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la @@ -28,7 +27,7 @@ libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = \ -version-info @GST_PLUGINS_LIBVERSION@ BUILT_SOURCES = \ - $(glib_root)-enumtypes.c \ + play-enumtypes.c \ $(built_headers) CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.1