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:
parent
c814148e44
commit
949ee974d7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
SONAMES = villas villas-ext
|
||||
|
||||
LIBS = $(patsubst %, $(BUILDDIR)/lib%.so, $(SONAMES))
|
||||
LIBS = $(patsubst %, lib%, $(SONAMES))
|
||||
|
||||
LIB_CFLAGS = $(CFLAGS) -fPIC
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue