summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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