Restructure: Move img from common code to 'libimage'

This commit is contained in:
Andreas Eversberg
2017-11-17 09:06:57 +01:00
parent 7b539d5dc7
commit 0e3e4d9230
9 changed files with 17 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ osmotv_SOURCES = \
main.c
osmotv_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libimage.a \
$(top_builddir)/src/libimage/libimage.a \
$(top_builddir)/src/common/libcommon.a \
$(top_builddir)/src/libtimer/libtimer.a \
$(top_builddir)/src/libfm/libfm.a \