diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-30 22:38:56 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-30 22:38:56 +0000 |
commit | 924628915af7d6c8fed26ab615576ca458c0cfc1 (patch) | |
tree | 4f9b4b595979da03f4cd6135e77f18741e17605b /gst-libs/gst/play/Makefile.am | |
parent | 5ca29ca1312ddfb63bcd25806159d4a892ca7b29 (diff) | |
download | gst-plugins-bad-924628915af7d6c8fed26ab615576ca458c0cfc1.tar.gz gst-plugins-bad-924628915af7d6c8fed26ab615576ca458c0cfc1.tar.bz2 gst-plugins-bad-924628915af7d6c8fed26ab615576ca458c0cfc1.zip |
done operating
Original commit message from CVS:
done operating
Diffstat (limited to 'gst-libs/gst/play/Makefile.am')
-rw-r--r-- | gst-libs/gst/play/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/play/Makefile.am b/gst-libs/gst/play/Makefile.am index 82a6d672..95ce3d58 100644 --- a/gst-libs/gst/play/Makefile.am +++ b/gst-libs/gst/play/Makefile.am @@ -2,10 +2,10 @@ librarydir = $(libdir) library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la -libgstplay_@GST_MAJORMINOR@_la_SOURCES = gstplay.c +libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play -libgstplay_@GST_MAJORMINOR@include_HEADERS = gstplay.h +libgstplay_@GST_MAJORMINOR@include_HEADERS = play.h libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS) libgstplay_@GST_MAJORMINOR@_la_LIBADD = |