summaryrefslogtreecommitdiff
path: root/camlibs/mustek
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2005-06-11 17:09:47 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2005-06-11 17:09:47 +0000
commit937c1d705cb40a5b2b69b3bda2397b3d679e3048 (patch)
tree3f858c2630f8d1a6a05fce14aec610900df61ddc /camlibs/mustek
parent110e4ca57a0c02d971f0a8efc71190dfe085a5e5 (diff)
downloadlibgphoto2-937c1d705cb40a5b2b69b3bda2397b3d679e3048.tar.gz
build camlibs as libtool modules with simple names and symbol list
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8065 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/mustek')
-rw-r--r--camlibs/mustek/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/camlibs/mustek/Makefile.am b/camlibs/mustek/Makefile.am
index 047c7f80b..17b8ed46f 100644
--- a/camlibs/mustek/Makefile.am
+++ b/camlibs/mustek/Makefile.am
@@ -1,8 +1,10 @@
-camlib_LTLIBRARIES = libgphoto2_mustek.la
+camlib_LTLIBRARIES = mustek.la
EXTRA_DIST = AUTHOR
-libgphoto2_mustek_la_SOURCES = mdc800.c core.c image.c io.c rs232.c usb.c core.h image.h io.h mdc800_spec.h print.h rs232.h usb.h
-
-libgphoto2_mustek_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la
-libgphoto2_mustek_la_LDFLAGS = -module -avoid-version
+mustek_la_SOURCES = mdc800.c core.c image.c \
+ io.c rs232.c usb.c core.h image.h \
+ io.h mdc800_spec.h print.h rs232.h usb.h
+mustek_la_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic \
+ -export-symbols $(top_srcdir)/camlibs/camlib.sym
+mustek_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la