mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
unbreak install
Original commit message from CVS: unbreak install
This commit is contained in:
parent
1bd0c35b9d
commit
1fd3a5c36e
5 changed files with 16 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst-libs/gst/colorbalance/Makefile.am:
|
||||||
|
* gst-libs/gst/mixer/Makefile.am:
|
||||||
|
* gst-libs/gst/play/Makefile.am:
|
||||||
|
* gst-libs/gst/tuner/Makefile.am:
|
||||||
|
unbreak Company's fix that didn't install the -enum.h files
|
||||||
|
|
||||||
2004-06-27 Wim Taymans <wim@fluendo.com>
|
2004-06-27 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
|
* ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
|
||||||
|
|
|
@ -18,7 +18,9 @@ built_headers = \
|
||||||
colorbalance-marshal.h \
|
colorbalance-marshal.h \
|
||||||
colorbalance-enumtypes.h
|
colorbalance-enumtypes.h
|
||||||
|
|
||||||
libgstcolorbalanceinclude_HEADERS = $(colorbalance_headers)
|
libgstcolorbalanceinclude_HEADERS = \
|
||||||
|
$(colorbalance_headers) \
|
||||||
|
colorbalance-enumtypes.h
|
||||||
|
|
||||||
nodist_libgstcolorbalanceinclude_HEADERS = \
|
nodist_libgstcolorbalanceinclude_HEADERS = \
|
||||||
colorbalance-enumtypes.h
|
colorbalance-enumtypes.h
|
||||||
|
|
|
@ -21,7 +21,8 @@ built_headers = \
|
||||||
mixer-enumtypes.h
|
mixer-enumtypes.h
|
||||||
|
|
||||||
libgstmixerinclude_HEADERS = \
|
libgstmixerinclude_HEADERS = \
|
||||||
$(mixer_headers)
|
$(mixer_headers) \
|
||||||
|
mixer-enumtypes.h
|
||||||
|
|
||||||
# FIXME 0.9: don't include marshal files
|
# FIXME 0.9: don't include marshal files
|
||||||
nodist_libgstmixerinclude_HEADERS = \
|
nodist_libgstmixerinclude_HEADERS = \
|
||||||
|
|
|
@ -17,7 +17,7 @@ libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c
|
||||||
nodist_libgstplay_@GST_MAJORMINOR@_la_SOURCES = play-enumtypes.c
|
nodist_libgstplay_@GST_MAJORMINOR@_la_SOURCES = play-enumtypes.c
|
||||||
|
|
||||||
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
||||||
libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers)
|
libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers) $(built_headers)
|
||||||
|
|
||||||
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
||||||
libgstplay_@GST_MAJORMINOR@_la_LIBADD = \
|
libgstplay_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
|
|
|
@ -20,7 +20,8 @@ built_headers = \
|
||||||
tuner-enumtypes.h
|
tuner-enumtypes.h
|
||||||
|
|
||||||
libgsttunerinclude_HEADERS = \
|
libgsttunerinclude_HEADERS = \
|
||||||
$(tuner_headers)
|
$(tuner_headers) \
|
||||||
|
tuner-enumtypes.h
|
||||||
|
|
||||||
# FIXME 0.9: don't install
|
# FIXME 0.9: don't install
|
||||||
nodist_libgsttunerinclude_HEADERS = \
|
nodist_libgsttunerinclude_HEADERS = \
|
||||||
|
|
Loading…
Reference in a new issue