diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:15:13 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-06 14:15:13 +0000 |
commit | de688424811ba0b1a1395d7e0c1b62700b5521eb (patch) | |
tree | 91ceefb8cded7c92ff1cb210d3ef1fdbfc5460e8 | |
parent | f9060cefcccafd219168b2caf4ac427e6e5750a6 (diff) | |
download | gst-plugins-bad-de688424811ba0b1a1395d7e0c1b62700b5521eb.tar.gz gst-plugins-bad-de688424811ba0b1a1395d7e0c1b62700b5521eb.tar.bz2 gst-plugins-bad-de688424811ba0b1a1395d7e0c1b62700b5521eb.zip |
distcheck fixes
Original commit message from CVS:
distcheck fixes
-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 |