summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-03 20:27:24 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-03 20:27:24 +0000
commitf8aa01ccb12d13e1786d49d3ebee364b6d549b50 (patch)
tree385494c217a9c63371f915caf085b8921cba41f0
parent47be812c27b5d8ecc37a1a89eec18a1e33dc9320 (diff)
downloadgstreamer-plugins-bad-f8aa01ccb12d13e1786d49d3ebee364b6d549b50.tar.gz
last glib_root standing
Original commit message from CVS: last glib_root standing
-rw-r--r--gst-libs/gst/play/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/play/Makefile.am b/gst-libs/gst/play/Makefile.am
index 810ad9b8b..44743b090 100644
--- a/gst-libs/gst/play/Makefile.am
+++ b/gst-libs/gst/play/Makefile.am
@@ -13,7 +13,7 @@ built_headers = \
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
-libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c $(glib_root)-enumtypes.c
+libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c play-enumtypes.c
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers) $(built_headers)