diff options
author | Jan Schmidt <thaytan@noraisin.net> | 2009-03-06 19:22:58 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-03-07 00:30:23 +0000 |
commit | 4814c3ca87b5d4cc24c9ce37646b26a1038c3a9e (patch) | |
tree | 2fb90f7527ea2d79e30119ced129d0a24753bd22 /gst/camerabin | |
parent | 19789c65f7043af986c5e48559419c83aa583061 (diff) | |
download | gst-plugins-bad-4814c3ca87b5d4cc24c9ce37646b26a1038c3a9e.tar.gz gst-plugins-bad-4814c3ca87b5d4cc24c9ce37646b26a1038c3a9e.tar.bz2 gst-plugins-bad-4814c3ca87b5d4cc24c9ce37646b26a1038c3a9e.zip |
camerabin: Partly fix distcheck
Don't dist the generated marshal.h header by putting it in the headers
list.
Diffstat (limited to 'gst/camerabin')
-rw-r--r-- | gst/camerabin/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gst/camerabin/Makefile.am b/gst/camerabin/Makefile.am index 9887ba39..1f060b78 100644 --- a/gst/camerabin/Makefile.am +++ b/gst/camerabin/Makefile.am @@ -22,14 +22,8 @@ libgstcamerabin_la_SOURCES = gstcamerabin.c \ gstcamerabinphotography.c nodist_libgstcamerabin_la_SOURCES = $(built_sources) - -# libcamerabin_ladir = $(includedir)/gstreamer-@GST_MAJORMINOR@/camerabin - -# libcamerabin_la_HEADERS = gstcamerabin.h - libgstcamerabin_la_CFLAGS = \ $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DGST_USE_UNSTABLE_API - libgstcamerabin_la_LIBADD = \ $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ -lgstinterfaces-$(GST_MAJORMINOR) \ @@ -44,5 +38,4 @@ noinst_HEADERS = gstcamerabin.h \ camerabinimage.h \ camerabinvideo.h \ camerabingeneral.h \ - gstcamerabinphotography.h \ - $(built_headers) + gstcamerabinphotography.h |