blob: 8423fd1783cee0a9aab1ee9b3069f529e11fdc01 [file] [log] [blame]
Holger Freytherd546e312008-12-27 12:03:07 +00001INCLUDES = $(all_includes) -I$(top_srcdir)/include
Holger Hans Peter Freyther140f6e92010-02-26 20:10:58 +01002AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
Holger Freytherd546e312008-12-27 12:03:07 +00003noinst_PROGRAMS = debug_test
4
Harald Weltef98a4972010-02-20 17:29:27 +01005debug_test_SOURCES = debug_test.c $(top_srcdir)/src/debug.c
6debug_test_LDADD = $(LIBOSMOCORE_LIBS)