summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar ddennedy 2004-10-30 22:49:27 +0000
committerGravatar ddennedy 2004-10-30 22:49:27 +0000
commitff3c421f8dbdb581448b63316009668d1bc277f5 (patch)
tree5a26ed3cfffe9166e36eec756f27d0fbdbdb367e /Makefile.am
parentPatch from Jim Radford. Other half of packet_per_buffer ABI cleanup. (diff)
bump versions, build fixes, and doc updates
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@140 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index edef492..04ed38a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,13 +2,13 @@
SUBDIRS = src tools doc debian
-aclocaldir = @datadir@/aclocal
-aclocal_DATA = libraw1394.m4
-
pkgconfigdir = @libdir@/pkgconfig
pkgconfig_DATA = libraw1394.pc
-EXTRA_DIST = libraw1394.m4 libraw1394.pc
+EXTRA_DIST = libraw1394.pc libraw1394.spec
+
+MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in stamp-h.in \
+ depcomp install-sh missing mkinstalldirs config.guess ltmain.sh
doc: psdoc pdfdoc htmldoc
@@ -45,3 +45,6 @@ install-exec-hook:
echo "********************************************"; \
echo; \
fi
+
+dist-hook:
+ svn log >$(distdir)/ChangeLog