diff options
Diffstat (limited to 'camlibs/agfa-cl20/Makefile.am')
-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 |