summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,