Restructure: Move debug from common code to 'libdebug'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:58:57 +01:00
parent 016e72d6d7
commit 1a341f6b4e
67 changed files with 80 additions and 76 deletions

View File

@@ -75,6 +75,7 @@ AS_IF([test "x$with_soapy" == "xyes"],[AC_MSG_NOTICE( Compiling with SoapySDR su
AS_IF([test "x$somethingmagick" == "xyes"],[AC_MSG_NOTICE( Compiling with ImageMagick )],[AC_MSG_NOTICE( ImageMagick not supported )])
AC_OUTPUT(
src/libdebug/Makefile
src/libmobile/Makefile
src/libdisplay/Makefile
src/libimage/Makefile
@@ -97,7 +98,6 @@ AC_OUTPUT(
src/libsound/Makefile
src/libsdr/Makefile
src/libsample/Makefile
src/common/Makefile
src/anetz/Makefile
src/bnetz/Makefile
src/cnetz/Makefile