summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-18 10:27:44 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-18 10:27:44 +0000
commitba23b2617f730702cd86284c6a623a8c0765ebfd (patch)
tree5d329c1a0a272484f198cdfc8bad1e86f12f6881
parent43748ba94fcdf65a937f4e7562d6ebb3f8818f2b (diff)
.cabal: Expunge reference to bustle-dbus-monitor.c
-rw-r--r--bustle.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index f87b023..93b16bd 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -14,10 +14,13 @@ Data-files: data/bustle.png,
data/bustle.glade,
LICENSE
Build-type: Simple
-Extra-source-files: c-sources/bustle-dbus-monitor.c,
+Extra-source-files:
+ -- C bits
c-sources/bustle-pcap.c,
c-sources/pcap-monitor.h,
Makefile,
+
+ -- Stuff for nerds
README,
NEWS,
HACKING,