diff options
Diffstat (limited to 'src/unittest/Makefile')
| -rw-r--r-- | src/unittest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/Makefile b/src/unittest/Makefile index 9d82fb4..7aee608 100644 --- a/src/unittest/Makefile +++ b/src/unittest/Makefile @@ -1,5 +1,5 @@ CFLAGS=-O2 -g -Wall -I../libwebvi -LDFLAGS=-L../libwebvi -Wl,-rpath=../libwebvi -lwebvi +LDFLAGS+=-L../libwebvi -Wl,-rpath=../libwebvi -lwebvi .PHONY: all clean check test |
