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/mars | |
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/mars')
-rw-r--r-- | camlibs/mars/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/camlibs/mars/Makefile.am b/camlibs/mars/Makefile.am index f3c7293e2..06b344785 100644 --- a/camlibs/mars/Makefile.am +++ b/camlibs/mars/Makefile.am @@ -1,7 +1,8 @@ -camlib_LTLIBRARIES = libgphoto2_mars.la +camlib_LTLIBRARIES = mars.la EXTRA_DIST = protocol.txt -libgphoto2_mars_la_SOURCES = library.c mars.c mars.h -libgphoto2_mars_la_LDFLAGS = -module -avoid-version -libgphoto2_mars_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la +mars_la_SOURCES = library.c mars.c mars.h +mars_la_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic \ + -export-symbols $(top_srcdir)/camlibs/camlib.sym +mars_la_LIBADD = $(top_builddir)/libgphoto2/libgphoto2.la |