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
commitaa675522684911fd0e450b749c942a54b01a9fbd (patch)
tree3497ec0022909e77d8bc9d2556df5c8e1d55174a
parenta9ec91658eeaf9c3a9a979249b8fc2329aed94e9 (diff)
downloadgstreamer-plugins-base-aa675522684911fd0e450b749c942a54b01a9fbd.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)