diff options
| author | 2008-04-22 10:51:50 -0700 | |
|---|---|---|
| committer | 2008-04-22 10:51:50 -0700 | |
| commit | 7c4d4970543f1829e783cc2bea2421913cc23a04 (patch) | |
| tree | 96697b7ba341760df6f5bf745a102938d509a9bc /tools/Makefile.am | |
| parent | Merge branch 'master' of dennedy.org:git/dennedy.org/libraw1394 (diff) | |
| parent | Set handle->iso.packets to NULL after freeing to avoid double-frees. (diff) | |
Merge commit 'krh/juju'
Conflicts:
configure.ac
Diffstat (limited to '')
| -rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 29b250e..5be1b6f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,4 +2,4 @@ MAINTAINERCLEANFILES = Makefile.in # testlibraw bin_PROGRAMS = testlibraw sendiso dumpiso -LDADD = ../src/libraw1394.la +LDADD = ../$(LIB_SUBDIR)/libraw1394.la |
