]> git.mxchange.org Git - simgear.git/blob - simgear/serial/Makefile.am
#includes based off of srcdir rather than builddir.
[simgear.git] / simgear / serial / Makefile.am
1 includedir = @includedir@/serial
2
3 noinst_PROGRAMS = testserial
4
5 lib_LIBRARIES = libsgserial.a
6
7 include_HEADERS = serial.hxx
8
9 libsgserial_a_SOURCES = serial.cxx
10
11 testserial_SOURCES = testserial.cxx
12
13 testserial_LDADD = \
14         $(top_srcdir)/simgear/serial/libsgserial.a \
15         $(top_srcdir)/simgear/debug/libsgdebug.a
16
17 INCLUDES += -I$(top_srcdir)