1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix broken dependency in Makefile

This commit is contained in:
Steffen Vogel 2017-08-30 22:27:26 +02:00
parent c814148e44
commit 949ee974d7

View file

@ -22,7 +22,7 @@
SONAMES = villas villas-ext
LIBS = $(patsubst %, $(BUILDDIR)/lib%.so, $(SONAMES))
LIBS = $(patsubst %, lib%, $(SONAMES))
LIB_CFLAGS = $(CFLAGS) -fPIC