]> git.mxchange.org Git - simgear.git/blobdiff - Debug/Makefile.am
MSVC++ portability changes by Bernie Bright:
[simgear.git] / Debug / Makefile.am
index 03658bcbcc83a3be4b7c4809dc459ffd7766480d..f45c0bde73adfb7677744aa20b0ee596c55e5fc2 100644 (file)
@@ -1,7 +1,11 @@
-libdir = ${exec_prefix}/lib
+EXTRA_DIST = logtest.cxx
 
-lib_LTLIBRARIES = libDebug.la
+noinst_LIBRARIES = libDebug.a
 
-libDebug_la_SOURCES = fg_debug.c fg_debug.h
+libDebug_a_SOURCES = \
+       debug_types.h \
+       logstream.cxx logstream.hxx
+
+#      fg_debug.c fg_debug.h \
 
 INCLUDES += -I$(top_builddir)