diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2012-10-22 23:52:21 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-10-23 21:15:55 +0300 |
| commit | db6afd9e695971ce4ddb7cc9ae961f1945d9893a (patch) | |
| tree | edca40ca2613c4aefd120db3bc34fe840c7afeca /src/unittest | |
| parent | 8e65df4231120b553491795645959eaa409e13df (diff) | |
| download | vdr-plugin-webvideo-db6afd9e695971ce4ddb7cc9ae961f1945d9893a.tar.gz vdr-plugin-webvideo-db6afd9e695971ce4ddb7cc9ae961f1945d9893a.tar.bz2 | |
Use user $LDFLAGS.
Diffstat (limited to 'src/unittest')
| -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 |
