diff options
| author | 2001-02-28 01:21:15 +0000 | |
|---|---|---|
| committer | 2001-02-28 01:21:15 +0000 | |
| commit | d64c821b1497d3368f24065b91c87ba7dc0955fd (patch) | |
| tree | e7348b2c974366360b3da801ed24db588a494472 /configure.in | |
| parent | Let received iso header be big endian, to be consistent. (diff) | |
testlibraw gets installed now.
Added man page for testlibraw.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@55 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 813ad2a..254a8f1 100644 --- a/configure.in +++ b/configure.in @@ -23,4 +23,10 @@ AC_SUBST(lt_age) CFLAGS="$CFLAGS -Wall -Wunused" -AC_OUTPUT([ Makefile src/Makefile debian/Makefile ]) +AC_OUTPUT([ +Makefile +src/Makefile +doc/Makefile +doc/testlibraw.1 +debian/Makefile +]) |
