camerabin: Partly fix distcheck
Don't dist the generated marshal.h header by putting it in the headers list.
This commit is contained in:
parent
19789c65f7
commit
4814c3ca87
@ -22,14 +22,8 @@ libgstcamerabin_la_SOURCES = gstcamerabin.c \
|
|||||||
gstcamerabinphotography.c
|
gstcamerabinphotography.c
|
||||||
|
|
||||||
nodist_libgstcamerabin_la_SOURCES = $(built_sources)
|
nodist_libgstcamerabin_la_SOURCES = $(built_sources)
|
||||||
|
|
||||||
# libcamerabin_ladir = $(includedir)/gstreamer-@GST_MAJORMINOR@/camerabin
|
|
||||||
|
|
||||||
# libcamerabin_la_HEADERS = gstcamerabin.h
|
|
||||||
|
|
||||||
libgstcamerabin_la_CFLAGS = \
|
libgstcamerabin_la_CFLAGS = \
|
||||||
$(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DGST_USE_UNSTABLE_API
|
$(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DGST_USE_UNSTABLE_API
|
||||||
|
|
||||||
libgstcamerabin_la_LIBADD = \
|
libgstcamerabin_la_LIBADD = \
|
||||||
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstinterfaces-$(GST_MAJORMINOR) \
|
-lgstinterfaces-$(GST_MAJORMINOR) \
|
||||||
@ -44,5 +38,4 @@ noinst_HEADERS = gstcamerabin.h \
|
|||||||
camerabinimage.h \
|
camerabinimage.h \
|
||||||
camerabinvideo.h \
|
camerabinvideo.h \
|
||||||
camerabingeneral.h \
|
camerabingeneral.h \
|
||||||
gstcamerabinphotography.h \
|
gstcamerabinphotography.h
|
||||||
$(built_headers)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user