Fix libdebug to be used with all osmo-cc projects

This commit is contained in:
Andreas Eversberg
2021-01-26 15:01:17 +01:00
parent 6650631b4f
commit daae95ee05
3 changed files with 47 additions and 35 deletions

View File

@@ -5,7 +5,3 @@ noinst_LIBRARIES = libdebug.a
libdebug_a_SOURCES = \
debug.c
if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
endif