]> git.mxchange.org Git - simgear.git/blob - simgear/debug/Makefile.am
SG-ified logstream.
[simgear.git] / simgear / debug / Makefile.am
1 includedir = @includedir@/debug
2
3 EXTRA_DIST = logtest.cxx
4
5 lib_LIBRARIES = libsgdebug.a
6
7 include_HEADERS = debug_types.h logstream.hxx
8
9 libsgdebug_a_SOURCES = logstream.cxx
10
11 INCLUDES += -I$(top_srcdir)