]> git.mxchange.org Git - simgear.git/blob - simgear/serial/Makefile.am
WIP - removing remaining users of Point3D.
[simgear.git] / simgear / serial / Makefile.am
1 includedir = @includedir@/serial
2
3 lib_LIBRARIES = libsgserial.a
4
5 include_HEADERS = serial.hxx
6
7 libsgserial_a_SOURCES = serial.cxx
8
9 noinst_PROGRAMS = testserial
10
11 testserial_SOURCES = testserial.cxx
12
13 testserial_LDADD = \
14         libsgserial.a \
15         $(top_builddir)/simgear/debug/libsgdebug.a
16
17 INCLUDES = -I$(top_srcdir)