Moved everything from Lib to simgear

This commit is contained in:
Tim Moore
2009-09-16 08:06:28 +02:00
parent 708e745cfd
commit 778c3ab25c
156 changed files with 0 additions and 0 deletions

11
lib/debug/Makefile.am Normal file
View File

@@ -0,0 +1,11 @@
EXTRA_DIST = logtest.cxx
noinst_LIBRARIES = libDebug.a
libDebug_a_SOURCES = \
debug_types.h \
logstream.cxx logstream.hxx
# fg_debug.c fg_debug.h \
INCLUDES += -I$(top_builddir)