diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-03 20:27:24 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-03 20:27:24 +0000 |
commit | f8aa01ccb12d13e1786d49d3ebee364b6d549b50 (patch) | |
tree | 385494c217a9c63371f915caf085b8921cba41f0 /gst-libs/gst/play/Makefile.am | |
parent | 47be812c27b5d8ecc37a1a89eec18a1e33dc9320 (diff) | |
download | gst-plugins-bad-f8aa01ccb12d13e1786d49d3ebee364b6d549b50.tar.gz gst-plugins-bad-f8aa01ccb12d13e1786d49d3ebee364b6d549b50.tar.bz2 gst-plugins-bad-f8aa01ccb12d13e1786d49d3ebee364b6d549b50.zip |
last glib_root standing
Original commit message from CVS:
last glib_root standing
Diffstat (limited to 'gst-libs/gst/play/Makefile.am')
-rw-r--r-- | gst-libs/gst/play/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/play/Makefile.am b/gst-libs/gst/play/Makefile.am index 810ad9b8..44743b09 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) |