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