diff options
| author | 2004-10-30 22:49:27 +0000 | |
|---|---|---|
| committer | 2004-10-30 22:49:27 +0000 | |
| commit | ff3c421f8dbdb581448b63316009668d1bc277f5 (patch) | |
| tree | 5a26ed3cfffe9166e36eec756f27d0fbdbdb367e /Makefile.am | |
| parent | Patch 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.am | 11 |
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 |
