diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-01 19:54:52 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-01 19:54:52 +0100 |
commit | 240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2 (patch) | |
tree | d8bc56d6d66b92b03334aec3b64b50403704eb4a /test/Makefile | |
parent | 588b76e576108a82bcf7abb660def28b4a99ba5a (diff) | |
download | radiola-240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2.tar.gz radiola-240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2.zip |
Added SDL waterfall prototype api
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 348fd86..d14f27d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-I../ #LDFLAGS= `pkg-config --libs libusb` -L../../../r820t -lr820t -Wl,-rpath=../../../r820t -LDFLAGS=`pkg-config --libs libusb` -lrtlsdr -lm ../radiola.o +LDFLAGS=`pkg-config --libs libusb` `sdl2-config --cflags --libs` -lrtlsdr -lm ../radiola.o SOURCE = $(wildcard *.c) OBJECTS = BIN = $(SOURCE:.c=) |