2001-12-11 Lutz Müller <urc8@rz.uni-karlsruhe.de>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Tue, 11 Dec 2001 20:28:30 +0000 (21:28 +0100)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Tue, 11 Dec 2001 20:28:30 +0000 (21:28 +0100)
commit567d61c3691a52d954f6a55a3a4c535012c7e722
treeb58c35bccb43cab681d2dd448cf9533244430419
parentc6b3c044d0603a98ff8a381f5a4f2c9e2fb9dc0c
2001-12-11  Lutz Müller <urc8@rz.uni-karlsruhe.de>

        Initial automake setup.
17 files changed:
.gitignore
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.in [new file with mode: 0644]
libexif.pc.in [new file with mode: 0644]
libexif/.gitignore [new file with mode: 0644]
libexif/Makefile.am [new file with mode: 0644]
libexif/exif.c [new file with mode: 0644]
libexif/exif.h [new file with mode: 0644]
test/.gitignore [new file with mode: 0644]
test/Makefile.am [new file with mode: 0644]
test/test-exif.c [new file with mode: 0644]