Restructure: Move display from common code to 'libdisplay'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:49:13 +01:00
parent ab59a26a51
commit 016e72d6d7
25 changed files with 41 additions and 15 deletions

View File

@@ -29,6 +29,7 @@ osmotv_LDADD = \
if HAVE_SDR
osmotv_LDADD += \
$(top_builddir)/src/libsdr/libsdr.a \
$(top_builddir)/src/libdisplay/libdisplay.a \
$(top_builddir)/src/libfft/libfft.a
endif