diff options
author | Benjamin Otte <otte@gnome.org> | 2004-06-24 01:43:55 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-06-24 01:43:55 +0000 |
commit | 838bc540841852e032694814668aa436849e6f9d (patch) | |
tree | b17c61d4705d6333aa8fb364f41962e0793f4154 /gst-libs/gst/tuner/Makefile.am | |
parent | be7c1e4d8024f196265535ab18c3d71e8f9571ad (diff) | |
download | gst-plugins-bad-838bc540841852e032694814668aa436849e6f9d.tar.gz gst-plugins-bad-838bc540841852e032694814668aa436849e6f9d.tar.bz2 gst-plugins-bad-838bc540841852e032694814668aa436849e6f9d.zip |
don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.
Original commit message from CVS:
* gst-libs/gst/colorbalance/Makefile.am:
* gst-libs/gst/mixer/Makefile.am:
* gst-libs/gst/play/Makefile.am:
* gst-libs/gst/tuner/Makefile.am:
* gst/tcp/Makefile.am:
* sys/dxr3/Makefile.am:
don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
tarball.
Also add all *.list files that were missing.
* Makefile.am:
add a distcheck hook to ensure the above doesn't happen again.
Diffstat (limited to 'gst-libs/gst/tuner/Makefile.am')
-rw-r--r-- | gst-libs/gst/tuner/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gst-libs/gst/tuner/Makefile.am b/gst-libs/gst/tuner/Makefile.am index c5c4e5e4..804e33db 100644 --- a/gst-libs/gst/tuner/Makefile.am +++ b/gst-libs/gst/tuner/Makefile.am @@ -20,7 +20,10 @@ built_headers = \ tuner-enumtypes.h libgsttunerinclude_HEADERS = \ - $(tuner_headers) \ + $(tuner_headers) + +# FIXME 0.9: don't install +nodist_libgsttunerinclude_HEADERS = \ tuner-enumtypes.h noinst_LTLIBRARIES = libgsttuner.la @@ -29,6 +32,7 @@ libgsttuner_la_SOURCES = \ tuner.c \ tunernorm.c \ tunerchannel.c + nodist_libgsttuner_la_SOURCES = \ $(built_sources) \ tuner-marshal.h |