aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2005-03-21 22:55:44 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2005-03-21 22:55:44 (GMT)
commit41199241f4d878c24c9b6d7977b56ad562d0064f (patch)
tree08e527441df7064fc68e0dfc667f2485b627fc88 /Makefile.in
parent5966d167f2193a9965f024532e4a95afdbee2efb (diff)
downloadpowwow-41199241f4d878c24c9b6d7977b56ad562d0064f.zip
powwow-41199241f4d878c24c9b6d7977b56ad562d0064f.tar.gz
powwow-41199241f4d878c24c9b6d7977b56ad562d0064f.tar.bz2
Updated debian version, make #module loaded objects export their symbols
globally (needed to allow binary xs modules in perl to get to each others symbols)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 53b082a..8da607f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -187,7 +187,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
# Default help file directory
-AM_CFLAGS = -DPOWWOW_DIR=$(pkgdatadir)
+AM_CFLAGS = -DPOWWOW_DIR=\"$(pkgdatadir)\"
powwow_SOURCES = beam.c cmd.c log.c edit.c cmd2.c eval.c \
utils.c main.c tcp.c list.c map.c tty.c \
ptr.c
@@ -204,9 +204,10 @@ follow_SOURCES = follow.c
catrw_SOURCES = catrw.c
man_MANS = powwow.6
pkgdata_DATA = powwow.doc powwow.help
-EXTRA_DIST = README README.follow README.term TODO Hacking Config.demo \
- powwow.doc powwow.help powwow.6 plugtest.c debian/rules \
- debian/control debian/changelog
+EXTRA_DIST = README README.follow README.term README.modules \
+ TODO Hacking Config.demo \
+ powwow.doc powwow.help powwow.6 plugtest.c debian/rules \
+ debian/control debian/changelog
all: all-am