summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-07-21 10:21:06 +0200
committerSebastian Reichel <sre@ring0.de>2012-07-21 10:21:06 +0200
commit1896e23806ac7bae94ca7cd58b712fcac526c7e8 (patch)
treee0b079b81242ac675043025b9c1255dc78c19807
parent7837a4a6f86b05c6255eb16fa477e84762b398e6 (diff)
downloadmicrocopterd-1896e23806ac7bae94ca7cd58b712fcac526c7e8.tar.bz2
do not compile in remote controls
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffdc860..21ecb1e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ OBJECTS := $(patsubst %.vala, %.o, $(SOURCES))
all: microcopterd plugins
microcopterd: actuators/*.vala sensors/*.vala hw/*.vala \
- ctrl/*.vala receiver/*.vala *.vala
+ ctrl/*.vala *.vala
$(VALAC) -g -o $@ --pkg posix --pkg linux --pkg gmodule-2.0 --pkg readline -X -lreadline -X -lm $^
plugins: