blob: 5d6b363fef10dfa9384b2584cf31f6a6b41c5598 [file] [log] [blame]
Holger Freytherc95546b2008-12-27 12:03:07 +00001INCLUDES = $(all_includes) -I$(top_srcdir)/include
Holger Hans Peter Freytherbb68bf72010-02-26 20:10:58 +01002AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS)
Holger Freytherc95546b2008-12-27 12:03:07 +00003noinst_PROGRAMS = debug_test
4
Harald Welte3d1aaac2011-03-04 13:18:30 +01005debug_test_SOURCES = debug_test.c
6debug_test_LDADD = $(LIBOSMOCORE_LIBS) \
Harald Welte394a64f2011-03-05 15:20:18 +01007 $(top_builddir)/src/libcommon/libcommon.a