##// END OF EJS Templates
removed useless RS232.c. Replaced by RS232_win.c & RS232_unix.c.
removed useless RS232.c. Replaced by RS232_win.c & RS232_unix.c.

File last commit:

r6:8ed7d8431fdc alexis
r6:8ed7d8431fdc alexis
Show More
Makefile.am
18 lines | 457 B | text/x-makefile | MakefileLexer
lib_LTLIBRARIES = librs232-@RS232_API_VERSION@.la
librs232_@RS232_API_VERSION@_la_LDFLAGS = -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