summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Sundermann <ssundermann@gnome.org>2014-06-13 23:49:20 +0200
committerStephan Sundermann <ssundermann@gnome.org>2014-06-13 23:49:20 +0200
commite54dfcb65b4acd4082845a42dc71f94bbf27376a (patch)
treee00334ece053d62b136165484a4f8d4c18a32058
parent8e14ec3e0dfe631d05a31058ecea72600f39f9b8 (diff)
build: pass header files only to --glue-includes1.0
-rw-r--r--sources/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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