diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-07 19:36:19 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-07 19:36:19 +0100 |
commit | e1fd164e62c2dfbd08d0d4699a723cace40d0e8c (patch) | |
tree | 2e845ca8f7512e53cec1cc636578f000ffbd00e6 /test/Makefile | |
parent | 21c34937937f27a89290f4377b4ff1801079e6ec (diff) | |
download | radiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.tar.gz radiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.zip |
Primitive audio device detection added
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 d14f27d..a8160e8 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` `sdl2-config --cflags --libs` -lrtlsdr -lm ../radiola.o +LDFLAGS=`pkg-config --libs libusb` `sdl2-config --cflags --libs` -lrtlsdr -lm ../radiola.o -lasound SOURCE = $(wildcard *.c) OBJECTS = BIN = $(SOURCE:.c=) |