##// END OF EJS Templates
removed config file refenrence in headers. -> cleaner install
removed config file refenrence in headers. -> cleaner install

File last commit:

r31:faedd39dfee7 alexis
r31:faedd39dfee7 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