diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-13 10:08:17 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-01-13 10:08:59 +0000 |
commit | bd5957f6bb522dae3e7fd591fab8859b72bab149 (patch) | |
tree | 77d861755e16652274c2f2a440fc79a3ac04f5d4 /Makefile | |
parent | a2eb070375be30d7621cf7194e2dad9c43de2824 (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |