Code Review
/
src
/
app-framework-binder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
41c4623
)
Fix radio plugin loading
author
Manuel Bachmann
<manuel.bachmann@iot.bzh>
Wed, 16 Dec 2015 16:22:02 +0000
(17:22 +0100)
committer
Manuel Bachmann
<manuel.bachmann@iot.bzh>
Wed, 16 Dec 2015 16:22:02 +0000
(17:22 +0100)
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index
ed6947e
..
50e3ef3
100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-1,5
+1,5
@@
IF(librtlsdr_FOUND)
- ADD_DEFINITIONS(-D
WITH
_RADIO_PLUGIN=1)
+ ADD_DEFINITIONS(-D
HAVE
_RADIO_PLUGIN=1)
ENDIF(librtlsdr_FOUND)
ADD_LIBRARY(src OBJECT main.c config.c session.c http-svc.c rest-api.c)