##// END OF EJS Templates
Use Autotools and libtools now /!\ unstable, Win port not ready
Use Autotools and libtools now /!\ unstable, Win port not ready

File last commit:

r3:c463c7242078 alexis
r3:c463c7242078 alexis
Show More
Makefile.am
15 lines | 406 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.c
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ../rs232-@RS232_API_VERSION@.pc