summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-03 20:20:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-03 20:20:07 +0000
commit47be812c27b5d8ecc37a1a89eec18a1e33dc9320 (patch)
treee4e017a021025a1bdf95d67abca2b8913fe6f5b7 /gst-libs/gst/play
parent4c0511c1dfe5915c3d2395fd754ad13c6a278f49 (diff)
downloadgst-plugins-bad-47be812c27b5d8ecc37a1a89eec18a1e33dc9320.tar.gz
gst-plugins-bad-47be812c27b5d8ecc37a1a89eec18a1e33dc9320.tar.bz2
gst-plugins-bad-47be812c27b5d8ecc37a1a89eec18a1e33dc9320.zip
remove glib_root add hack rule for .Plo files
Original commit message from CVS: remove glib_root add hack rule for .Plo files
Diffstat (limited to 'gst-libs/gst/play')
-rw-r--r--gst-libs/gst/play/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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)