summaryrefslogtreecommitdiff
path: root/bustle.cabal
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 /bustle.cabal
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 'bustle.cabal')
-rw-r--r--bustle.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 1954319..cda1656 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -16,6 +16,7 @@ Data-files: data/bustle.png,
Build-type: Simple
Extra-source-files: c-sources/bustle-dbus-monitor.c,
c-sources/bustle-pcap.c,
+ c-sources/pcap-monitor.h,
Makefile,
README,
NEWS,
@@ -68,7 +69,7 @@ Executable bustle
-Wall
-fno-warn-unused-imports
-fno-warn-unused-do-bind
- C-sources: c-sources/pcap.c
+ C-sources: c-sources/pcap-monitor.c
pkgconfig-depends: glib-2.0
if flag(PostCabalizedGtk2HS)
@@ -123,7 +124,7 @@ Executable test-monitor
main-is: tests/Monitor.hs
other-modules: Bustle.Monitor
Ghc-options: -threaded
- C-sources: c-sources/pcap.c
+ C-sources: c-sources/pcap-monitor.c
pkgconfig-depends: glib-2.0
Build-Depends: base >= 4 && < 5
, gtk > 0.11