summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-17 16:09:03 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-10-17 16:09:03 -0400
commit27658f3c68578180237d611fb6f4a20023706391 (patch)
treebec73dd159442c0e38d4f36482624bb0660fb55c /Makefile.am
parentebf5c165d76df1d2327adf019af4c9ea4f4f612b (diff)
Distribute data files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 38f596d..667f3bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,12 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = tools telepathy-farsight api src test doc data
confdir = $(sysconfdir)/xdg/stream-engine
-
conf_DATA = gstcodecs.conf
+EXTRA_DIST = $(conf_DATA)
+
dist-hook:
chmod a+w ${distdir}/ChangeLog
git log >${distdir}/ChangeLog
+
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc