summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-13 10:08:17 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-13 10:08:59 +0000
commitbd5957f6bb522dae3e7fd591fab8859b72bab149 (patch)
tree77d861755e16652274c2f2a440fc79a3ac04f5d4 /Makefile
parenta2eb070375be30d7621cf7194e2dad9c43de2824 (diff)
Rename BustlePcap to BustlePcapMonitor
This is a clearer name, matches the Haskell binding better, and means we don't include two different headers called pcap.h.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5ba46d..10f5031 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ 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.c c-sources/bustle-pcap.c
-BUSTLE_PCAP_HEADERS = c-sources/pcap.h
+BUSTLE_PCAP_SOURCES = c-sources/pcap-monitor.c c-sources/bustle-pcap.c
+BUSTLE_PCAP_HEADERS = c-sources/pcap-monitor.h
dist/build/bustle-pcap: $(BUSTLE_PCAP_SOURCES) $(BUSTLE_PCAP_HEADERS)
@mkdir -p dist/build