]> git.mxchange.org Git - simgear.git/blob - simgear/serial/Makefile.am
c92c1fc4d9d3a207dd00630b0c8b188e7f6cb67d
[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_builddir)/src/serial/libsgserial.a \
15         $(top_builddir)/src/debug/libsgdebug.a
16
17 INCLUDES += -I$(top_builddir)/src