##// END OF EJS Templates
Removed error on port enumeration on win32, now the ports are correctly closed....
Removed error on port enumeration on win32, now the ports are correctly closed. For real!

File last commit:

r31:faedd39dfee7 alexis
r39:76a16f453f75 alexis
Show More
Makefile.am
19 lines | 474 B | text/x-makefile | MakefileLexer
lib_LTLIBRARIES = librs232-@RS232_API_VERSION@.la
librs232_@RS232_API_VERSION@_la_LDFLAGS = -no-undefined -fPIC -version-info $(RS232_SO_VERSION)
rs232_includedir = $(includedir)/rs232-$(RS232_API_VERSION)
rs232_libincludedir = $(libdir)/rs232-$(RS232_API_VERSION)/include
librs232_@RS232_API_VERSION@_la_SOURCES = \
RS232_unix.c \
RS232_win.c
include_HEADERS = RS232.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ../rs232-@RS232_API_VERSION@.pc