diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2003-05-12 08:00:05 +0000 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2003-05-12 08:00:05 +0000 |
commit | e15115b61790594160222dac14f9275a02fefd00 (patch) | |
tree | eb0e98cf0a32111d59c3e2327b0385c38e726469 /camlibs/agfa-cl20 | |
parent | d1afce8e654ad3858b0525a8288f5dc528d8585c (diff) | |
download | libgphoto2-e15115b61790594160222dac14f9275a02fefd00.tar.gz |
* added Makefile.am
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6383 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/agfa-cl20')
-rw-r--r-- | camlibs/agfa-cl20/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/camlibs/agfa-cl20/Makefile.am b/camlibs/agfa-cl20/Makefile.am new file mode 100644 index 000000000..d2965538a --- /dev/null +++ b/camlibs/agfa-cl20/Makefile.am @@ -0,0 +1,13 @@ +camlib_LTLIBRARIES = libgphoto2_agfa_cl20.la + +INCLUDES = \ + -I$(top_srcdir)/intl \ + -I$(top_srcdir)/libgphoto2_port/libgphoto2_port \ + -I$(top_srcdir)/libgphoto2 + +EXTRA_DIST = README STATUS ChangeLog protocol.txt protocol2.txt commands.txt \ + pic-header.txt RANDOM + +libgphoto2_agfa_cl20_la_SOURCES = agfa_cl20.c +libgphoto2_agfa_cl20_la_LDFLAGS = -module -avoid-version +libgphoto2_agfa_cl20_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la |