diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-02 10:02:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-02 10:02:13 +0000 |
commit | 3ea45208c4657d74bb695cae8a99078a5f043ae9 (patch) | |
tree | b2f24ce624face95cfe103ab307b80ad2f2c6d88 /gst-libs/gst/play | |
parent | ddccf5b84571dba96852b808a46df9678e3ec042 (diff) | |
download | gst-plugins-bad-3ea45208c4657d74bb695cae8a99078a5f043ae9.tar.gz gst-plugins-bad-3ea45208c4657d74bb695cae8a99078a5f043ae9.tar.bz2 gst-plugins-bad-3ea45208c4657d74bb695cae8a99078a5f043ae9.zip |
clean up install/dist problem
Original commit message from CVS:
clean up install/dist problem
Diffstat (limited to 'gst-libs/gst/play')
-rw-r--r-- | gst-libs/gst/play/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/play/Makefile.am b/gst-libs/gst/play/Makefile.am index 1a2e86ff..a06e1d97 100644 --- a/gst-libs/gst/play/Makefile.am +++ b/gst-libs/gst/play/Makefile.am @@ -17,7 +17,8 @@ libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c nodist_libgstplay_@GST_MAJORMINOR@_la_SOURCES = play-enumtypes.c libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play -libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers) $(built_headers) +libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers) +nodist_libgstplay_@GST_MAJORMINOR@include_HEADERS = $(built_headers) libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS) libgstplay_@GST_MAJORMINOR@_la_LIBADD = \ |