##// END OF EJS Templates
Added RTS and CTS signal handing, saffer read and write functions....
Added RTS and CTS signal handing, saffer read and write functions. Changed to 2.0.0 version!

File last commit:

r12:1b7c273d222a alexis
r26:c194258da26a alexis
Show More
Makefile.am
19 lines | 488 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 rs232config.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ../rs232-@RS232_API_VERSION@.pc