blob: 6d957393f71c250a00538e94da675b224704ebf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
EXTRA_DIST = makefile.os2 serial.df
INCLUDES = -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/intl
## Compile the IO library into a shared library
iolibdir = $(libdir)/gphoto2_port/$(VERSION)
iolib_LTLIBRARIES = libgphoto2_port_serial.la
libgphoto2_port_serial_la_LDFLAGS = -module -avoid-version $(SERIAL_LFLAGS)
libgphoto2_port_serial_la_LIBADD = \
$(top_builddir)/libgphoto2_port/libgphoto2_port.la
libgphoto2_port_serial_la_SOURCES = unix.c
|