diff options
| author | 2001-06-08 00:31:12 +0000 | |
|---|---|---|
| committer | 2001-06-08 00:31:12 +0000 | |
| commit | 135babee19a43abe7fb48cddf334473de0322643 (patch) | |
| tree | 91d9da667ace98f196a175912a9d68766800c2e2 /tools/Makefile.am | |
| parent | debian: Remove a now useless substvar. (diff) | |
Moved testlibraw.c from src to tools directory.
Added sendiso and dumpiso programs in tools directory.
Added man pages for sendiso and dumpiso in doc directory.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@66 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..eaaa7ca --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,4 @@ + +# testlibraw +bin_PROGRAMS = testlibraw sendiso dumpiso +LDADD = ../src/libraw1394.la |
