summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/sonydscf1')
-rw-r--r--camlibs/sonydscf1/Makefile-files15
-rw-r--r--camlibs/sonydscf1/Makefile.am14
2 files changed, 15 insertions, 14 deletions
diff --git a/camlibs/sonydscf1/Makefile-files b/camlibs/sonydscf1/Makefile-files
new file mode 100644
index 000000000..0d7d08cd6
--- /dev/null
+++ b/camlibs/sonydscf1/Makefile-files
@@ -0,0 +1,15 @@
+EXTRA_DIST += sonydscf1/README.sonydscf1 sonydscf1/todo
+camlibdoc_DATA += sonydscf1/README.sonydscf1
+
+EXTRA_LTLIBRARIES += sony_dscf1.la
+
+EXTRA_sony_dscf1_la_SOURCES = sonydscf1/dsc_f1.c
+sony_dscf1_la_SOURCES = \
+ sonydscf1/command.c sonydscf1/getuint.c sonydscf1/chotplay.c \
+ sonydscf1/command.h sonydscf1/getuint.h sonydscf1/chotplay.h \
+ sonydscf1/sonydscf1.c sonydscf1/sonydscf1.h \
+ sonydscf1/pmp.h sonydscf1/common.h
+sony_dscf1_la_LDFLAGS = $(camlib_ldflags)
+sony_dscf1_la_DEPENDENCIES = $(camlib_dependencies)
+sony_dscf1_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la
+
diff --git a/camlibs/sonydscf1/Makefile.am b/camlibs/sonydscf1/Makefile.am
deleted file mode 100644
index 41a521eec..000000000
--- a/camlibs/sonydscf1/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-EXTRA_DIST = README.sonydscf1 todo
-
-camlib_LTLIBRARIES = sony_dscf1.la
-
-EXTRA_sony_dscf1_la_SOURCES = dsc_f1.c
-sony_dscf1_la_SOURCES = \
- command.c getuint.c chotplay.c sonydscf1.c sonydscf1.h \
- command.h getuint.h chotplay.h pmp.h common.h
-sony_dscf1_la_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic \
- -export-symbols $(top_srcdir)/camlibs/camlib.sym
-sony_dscf1_la_DEPENDENCIES = $(top_srcdir)/camlibs/camlib.sym
-sony_dscf1_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la
-
-camlibdoc_DATA = README.sonydscf1