8 lines
135 B
Makefile
8 lines
135 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libDebug.la
|
|
|
|
libDebug_la_SOURCES = fg_debug.c fg_debug.h
|
|
|
|
INCLUDES += -I$(top_builddir)
|