12 lines
204 B
Makefile
12 lines
204 B
Makefile
includedir = @includedir@/debug
|
|
|
|
EXTRA_DIST = logtest.cxx
|
|
|
|
lib_LIBRARIES = libsgdebug.a
|
|
|
|
include_HEADERS = debug_types.h logstream.hxx
|
|
|
|
libsgdebug_a_SOURCES = logstream.cxx
|
|
|
|
INCLUDES += -I$(top_builddir)
|