diff options
author | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2005-06-11 17:09:47 +0000 |
---|---|---|
committer | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2005-06-11 17:09:47 +0000 |
commit | 937c1d705cb40a5b2b69b3bda2397b3d679e3048 (patch) | |
tree | 3f858c2630f8d1a6a05fce14aec610900df61ddc /camlibs/agfa-cl20 | |
parent | 110e4ca57a0c02d971f0a8efc71190dfe085a5e5 (diff) | |
download | libgphoto2-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/agfa-cl20')
-rw-r--r-- | camlibs/agfa-cl20/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/camlibs/agfa-cl20/Makefile.am b/camlibs/agfa-cl20/Makefile.am index c9efc014a..c026c613a 100644 --- a/camlibs/agfa-cl20/Makefile.am +++ b/camlibs/agfa-cl20/Makefile.am @@ -1,8 +1,9 @@ -camlib_LTLIBRARIES = libgphoto2_agfa_cl20.la +camlib_LTLIBRARIES = agfa_cl20.la 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 +agfa_cl20_la_SOURCES = agfa_cl20.c +agfa_cl20_la_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic \ + -export-symbols $(top_srcdir)/camlibs/camlib.sym +agfa_cl20_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la |