blob: 47437b1e8245c8e54c1c34e55bab0e8d9b32551d [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 Welte89579b42011-03-04 13:18:30 +01005debug_test_SOURCES = debug_test.c
6debug_test_LDADD = $(LIBOSMOCORE_LIBS) \
7 $(top_srcdir)/src/libcommon/libcommon.a