From 02ba82674ce4c5983130a2501169e013b70a95fa Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 02 Mar 2010 22:13:23 +0000 Subject: introducing iii-extract-riff-chunk utility for getting the timestamp out of Nikon AVIs Signed-off-by: Michael Krelin --- (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b5b7d5c..b31bed5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +bin_PROGRAMS=iii-extract-riff-chunk sbin_PROGRAMS=iiid noinst_HEADERS = \ eyefi.h \ @@ -17,6 +18,9 @@ nodist_iiid_SOURCES = \ COPYING.cc iiid_LDADD = ${MODULES_LIBS} ${UUID_LIBS} +iii_extract_riff_chunk_SOURCES = iii-extract-riff-chunk.cc +nodist_iii_extract_riff_chunk_SOURCES = COPYING.cc + COPYING.cc: ${top_srcdir}/COPYING echo "const char * COPYING = " >$@ || (rm $@;exit 1) sed -e 's/"/\\"/g' -e 's/^/\"/' -e 's/$$/\\n\"/' $< >>$@ || (rm $@;exit 1) -- cgit v0.9.0.2