diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-09 03:37:40 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-09 03:37:40 +0000 |
commit | a4c996087e679a43d888446927e6e457b10bdb5f (patch) | |
tree | 690af7e8d81bb6dcbbc8cf9de2eb4662cae7a360 /gst | |
parent | d2d7e672929c39a8971763e935b456f978e91c8c (diff) | |
download | gst-plugins-bad-a4c996087e679a43d888446927e6e457b10bdb5f.tar.gz gst-plugins-bad-a4c996087e679a43d888446927e6e457b10bdb5f.tar.bz2 gst-plugins-bad-a4c996087e679a43d888446927e6e457b10bdb5f.zip |
gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks distcheck, so let's not do that
Original commit message from CVS:
* gst/selector/Makefile.am:
Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
let's not do that
* tests/check/Makefile.am:
Disable the crashing cdaudio plugin from the states test so I can make
pre-releases.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/selector/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/selector/Makefile.am b/gst/selector/Makefile.am index ddeb90fd..bcab863e 100644 --- a/gst/selector/Makefile.am +++ b/gst/selector/Makefile.am @@ -19,4 +19,4 @@ libgstselector_la_CFLAGS = $(GST_CFLAGS) libgstselector_la_LIBADD = libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -noinst_HEADERS = gstinputselector.h gstoutputselector.h $(built_headers) +noinst_HEADERS = gstinputselector.h gstoutputselector.h |