diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-18 10:27:44 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-01-18 10:27:44 +0000 |
commit | ba23b2617f730702cd86284c6a623a8c0765ebfd (patch) | |
tree | 5d329c1a0a272484f198cdfc8bad1e86f12f6881 | |
parent | 43748ba94fcdf65a937f4e7562d6ebb3f8818f2b (diff) |
.cabal: Expunge reference to bustle-dbus-monitor.c
-rw-r--r-- | bustle.cabal | 5 |
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, |