summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf55
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/sonydscf55')
-rw-r--r--camlibs/sonydscf55/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/camlibs/sonydscf55/Makefile.am b/camlibs/sonydscf55/Makefile.am
index 69a6bca6f..73295d6ae 100644
--- a/camlibs/sonydscf55/Makefile.am
+++ b/camlibs/sonydscf55/Makefile.am
@@ -1,5 +1,6 @@
-camlib_LTLIBRARIES = libgphoto2_sony_dscf55.la
+camlib_LTLIBRARIES = sony_dscf55.la
-libgphoto2_sony_dscf55_la_SOURCES = sony.c sony.h camera.c nls.h
-libgphoto2_sony_dscf55_la_LDFLAGS = -module -avoid-version
-libgphoto2_sony_dscf55_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la
+sony_dscf55_la_SOURCES = sony.c sony.h camera.c nls.h
+sony_dscf55_la_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic \
+ -export-symbols $(top_srcdir)/camlibs/camlib.sym
+sony_dscf55_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la