mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Remove pseudo targets for building shared libs
Thanks to the change "build: support library builds via lib/<libname>", shared libraries can now be built directly by the build system. Issue #4599
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
TARGET = test-libpng_static
|
||||
SRC_CC = main.cc
|
||||
INC_DIR = $(REP_DIR)/include/libpng \
|
||||
$(REP_DIR)/include/mini_c \
|
||||
$(REP_DIR)/include/libz
|
||||
CC_OPT += -DPNG_USER_CONFIG
|
||||
LIBS = base libpng_static libz_static mini_c
|
||||
Reference in New Issue
Block a user