aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e5be04..4a4c3b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,8 @@ catrw_SOURCES = catrw.c
man_MANS = powwow.6
EXTRA_DIST = README README.follow README.term TODO Hacking Config.demo \
- powwow.doc powwow.help powwow.6 plugtest.c
+ powwow.doc powwow.help powwow.6 plugtest.c debian/rules \
+ debian/control debian/changelog
plugtest.so: plugtest.c
gcc -shared -o plugtest.so plugtest.c