diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-16 17:53:06 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-01-16 18:42:23 +0000 |
commit | df32c683b917e5f8039fb00b2a6e1099dde799a6 (patch) | |
tree | c5bd7408b571643b9dc4106913e27621b3cf7bea /Makefile | |
parent | 3af371bf7734b992ce266de1b245ec082caae8a2 (diff) |
Delete the old monitor
We don't need to carry this around any more, really.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |