scout: add config library

For some reason 'os/config.h' is imported through 'launchpad.h', when linking an
undefined symbol ('Genode::config') is produced, which actually should not
happen.
This commit is contained in:
Sebastian Sumpf 2016-02-17 11:21:20 +01:00 committed by Christian Helmuth
parent a66df55f4e
commit a8c27b51b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TARGET = scout
LIBS = libpng_static libz_static mini_c launchpad scout_widgets
LIBS = libpng_static libz_static mini_c launchpad scout_widgets config
SRC_CC = main.cc doc.cc \
browser_window.cc png_image.cc \
navbar.cc about.cc \