diff options
-rw-r--r-- | ext/libfame/Makefile.am | 1 | ||||
-rw-r--r-- | gconf/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/libfame/Makefile.am b/ext/libfame/Makefile.am index a0b42a32..44597ff4 100644 --- a/ext/libfame/Makefile.am +++ b/ext/libfame/Makefile.am @@ -7,3 +7,4 @@ libgstlibfame_la_CFLAGS = $(GST_CFLAGS) libgstlibfame_la_LIBADD = $(LIBFAME_LIBS) libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +noinst_HEADERS=gstlibfame.h gstfamedec.h diff --git a/gconf/Makefile.am b/gconf/Makefile.am index d1538ef8..e443af70 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -5,3 +5,4 @@ install-data-local: GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ --makefile-install-rule $(srcdir)/$(schema_DATA) +EXTRA_DIST = gstreamer.schemas |