summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--gst-libs/gst/farsight/Makefile.am2
-rw-r--r--gst/funnel/Makefile.am2
-rw-r--r--python/pyfarsightmodule.c2
-rw-r--r--transmitters/Makefile.am2
5 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index ff23e974..2fd8c368 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,8 +25,7 @@ DIST_SUBDIRS = \
# pkgconfig
EXTRA_DIST = \
- AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
- ChangeLog autogen.sh
+ AUTHORS COPYING NEWS README ChangeLog autogen.sh
ACLOCAL_AMFLAGS = -I common/m4
diff --git a/gst-libs/gst/farsight/Makefile.am b/gst-libs/gst/farsight/Makefile.am
index b3db3caf..f687cbb3 100644
--- a/gst-libs/gst/farsight/Makefile.am
+++ b/gst-libs/gst/farsight/Makefile.am
@@ -23,6 +23,8 @@ BUILT_SOURCES = \
fs-enum-types.c \
fs-enum-types.h
+CLEANFILES = $(BUILT_SOURCES)
+
libgstfarsight_@GST_MAJORMINOR@_la_SOURCES = \
fs-base-conference.c \
fs-candidate.c \
diff --git a/gst/funnel/Makefile.am b/gst/funnel/Makefile.am
index 52b16452..e702c564 100644
--- a/gst/funnel/Makefile.am
+++ b/gst/funnel/Makefile.am
@@ -5,4 +5,4 @@ libfsfunnel_la_CFLAGS = $(FS2_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libfsfunnel_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libfsfunnel_la_LIBADD = $(FS2_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
-noinst_HEADERS = gstfsfunnel.c
+noinst_HEADERS = gstfsfunnel.h
diff --git a/python/pyfarsightmodule.c b/python/pyfarsightmodule.c
index 3a2a64aa..f9bf2ee9 100644
--- a/python/pyfarsightmodule.c
+++ b/python/pyfarsightmodule.c
@@ -1,5 +1,5 @@
#include <pygobject.h>
-#include <gst-libs/gst/farsight/fs-codec.h>
+#include <gst/farsight/fs-codec.h>
void fs_register_classes (PyObject *d);
void fs_add_constants(PyObject *module, const gchar *strip_prefix);
diff --git a/transmitters/Makefile.am b/transmitters/Makefile.am
index 353b1f0a..0a91f817 100644
--- a/transmitters/Makefile.am
+++ b/transmitters/Makefile.am
@@ -1,3 +1,3 @@
SUBDIRS = $(FS2_TRANSMITTER_PLUGINS_SELECTED)
-DIST_SUBDIRS = $(FS2_TRANMITTER_PLUGINS_ALL)
+DIST_SUBDIRS = $(FS2_TRANSMITTER_PLUGINS_ALL)