diff options
author | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2007-08-14 13:07:19 +0000 |
---|---|---|
committer | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2007-08-14 13:07:19 +0000 |
commit | 0a7e70fffb32823b0843f857af292f2ccc3a7839 (patch) | |
tree | 6308e6c900f034c6c7b290fe7811d5f896c21ac1 /libgphoto2_port | |
parent | 942bf8732e29ce887c85ef90031e4d25737a97e4 (diff) | |
download | libgphoto2-0a7e70fffb32823b0843f857af292f2ccc3a7839.tar.gz |
build iolibs in one directory (commit 1 of at least 2)
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10586 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port')
-rw-r--r-- | libgphoto2_port/Makefile.am | 6 | ||||
-rw-r--r-- | libgphoto2_port/disk/Makefile-files (renamed from libgphoto2_port/disk/Makefile.am) | 0 | ||||
-rw-r--r-- | libgphoto2_port/ptpip/Makefile-files (renamed from libgphoto2_port/ptpip/Makefile.am) | 0 | ||||
-rw-r--r-- | libgphoto2_port/serial/Makefile-files (renamed from libgphoto2_port/serial/Makefile.am) | 0 | ||||
-rw-r--r-- | libgphoto2_port/usb/Makefile-files (renamed from libgphoto2_port/usb/Makefile.am) | 0 |
5 files changed, 6 insertions, 0 deletions
diff --git a/libgphoto2_port/Makefile.am b/libgphoto2_port/Makefile.am index f7af31e37..a4d5a87c1 100644 --- a/libgphoto2_port/Makefile.am +++ b/libgphoto2_port/Makefile.am @@ -6,6 +6,12 @@ AM_CPPFLAGS = -I@srcdir@ $(VERSION_FLAGS) VERSION_FLAGS = -DLIBGPPORT_VERSION=\"@LIBGPPORT_VERSION@\" -DHAVE_TERMIOS_H +iolib_dependencies = $(top_srcdir)/iolib.sym +iolib_ldflags = -module -no-undefined -avoid-version \ + -export-dynamic \ + -export-symbols $(top_srcdir)/iolib.sym +iolib_libadd = $(top_builddir)/libgphoto2_port/libgphoto2_port.la + ## Executable files bin_SCRIPTS = gphoto2-port-config diff --git a/libgphoto2_port/disk/Makefile.am b/libgphoto2_port/disk/Makefile-files index d633146ee..d633146ee 100644 --- a/libgphoto2_port/disk/Makefile.am +++ b/libgphoto2_port/disk/Makefile-files diff --git a/libgphoto2_port/ptpip/Makefile.am b/libgphoto2_port/ptpip/Makefile-files index 175288779..175288779 100644 --- a/libgphoto2_port/ptpip/Makefile.am +++ b/libgphoto2_port/ptpip/Makefile-files diff --git a/libgphoto2_port/serial/Makefile.am b/libgphoto2_port/serial/Makefile-files index d082b5ebf..d082b5ebf 100644 --- a/libgphoto2_port/serial/Makefile.am +++ b/libgphoto2_port/serial/Makefile-files diff --git a/libgphoto2_port/usb/Makefile.am b/libgphoto2_port/usb/Makefile-files index 442e042ca..442e042ca 100644 --- a/libgphoto2_port/usb/Makefile.am +++ b/libgphoto2_port/usb/Makefile-files |