summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-16 17:53:06 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-16 18:42:23 +0000
commitdf32c683b917e5f8039fb00b2a6e1099dde799a6 (patch)
treec5bd7408b571643b9dc4106913e27621b3cf7bea /Makefile
parent3af371bf7734b992ce266de1b245ec082caae8a2 (diff)
Delete the old monitor
We don't need to carry this around any more, really.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 10f5031..b5e4fd1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,16 +6,11 @@ PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
BINARIES = \
- dist/build/bustle-dbus-monitor \
dist/build/bustle-pcap \
$(NULL)
all: $(BINARIES)
-dist/build/bustle-dbus-monitor: c-sources/bustle-dbus-monitor.c
- @mkdir -p dist/build
- $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< $(DBUS_FLAGS)
-
BUSTLE_PCAP_SOURCES = c-sources/pcap-monitor.c c-sources/bustle-pcap.c
BUSTLE_PCAP_HEADERS = c-sources/pcap-monitor.h