camerabin: Partly fix distcheck
authorJan Schmidt <thaytan@noraisin.net>
Fri, 6 Mar 2009 19:22:58 +0000 (19:22 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 7 Mar 2009 00:30:23 +0000 (00:30 +0000)
Don't dist the generated marshal.h header by putting it in the headers
list.

gst/camerabin/Makefile.am

index 9887ba3946a9d459d10ce81a0229a332fc00b28f..1f060b78e2846b628e723df98228d6624a954cfd 100644 (file)
@@ -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