summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-11-24 16:37:59 -0800
committerDavid Schleef <ds@schleef.org>2013-11-24 16:37:59 -0800
commit19d1ffa054dd4c5bfe4d70480f7434cec92efac0 (patch)
treeb14106d0b222f932f767714250755aee69248c6e
parentd12f6c8f9826fdfba82b134c35fb82718c184f20 (diff)
Fix make dist
-rw-r--r--Makefile.am22
1 files changed, 19 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index c8e7e2a..92da801 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,25 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = gst-streaming-server tools pkgconfig doc tests po
-
-EXTRA_DIST = autogen.sh gtk-doc.make HACKING TODO BUGS README
+SUBDIRS = gst-streaming-server tools pkgconfig doc tests po common
+
+debian_files = \
+ debian/changelog \
+ debian/source \
+ debian/source/format \
+ debian/README.source \
+ debian/rules \
+ debian/copyright \
+ debian/gst-streaming-server.upstart \
+ debian/control \
+ debian/compat \
+ debian/postinst \
+ debian/docs \
+ debian/create-changelog-entry \
+ debian/README.Debian \
+ debian/gst-streaming-server.default
+
+EXTRA_DIST = autogen.sh gtk-doc.make HACKING TODO BUGS README $(debian_files)
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc