From e54dfcb65b4acd4082845a42dc71f94bbf27376a Mon Sep 17 00:00:00 2001 From: Stephan Sundermann Date: Fri, 13 Jun 2014 23:49:20 +0200 Subject: build: pass header files only to --glue-includes --- sources/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Makefile.am b/sources/Makefile.am index 4b6d186..fbc8607 100644 --- a/sources/Makefile.am +++ b/sources/Makefile.am @@ -35,7 +35,7 @@ generated-stamp: $(API) $(GAPI_CODEGEN) --generate $(srcdir)/$(API) $(GLIB_SHARP_CFLAGS) \ --outdir=generated \ --glue-filename=$(GLUEDIR)/generated.c --gluelib-name=libgstreamersharpglue-1.0.0.dll \ - --glue-includes=gst/gst.h,`cd $(GST_INCLUDEDIR);find gst -type f | tr "\n" ","` \ + --glue-includes=gst/gst.h,`cd $(GST_INCLUDEDIR);find gst -type f -name "*.h" | tr "\n" ","` \ --assembly-name=$(ASSEMBLY_NAME) && touch generated-stamp $(DLL): $(build_sources) generated-stamp -- cgit v1.2.3