summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <jbj>1999-01-21 22:31:02 +0000
committerjbj <jbj>1999-01-21 22:31:02 +0000
commit37436dcffced44ffb5e7c7f8a4b390172615566e (patch)
treeb1e6ad35725628bead8199cbfa6624d825d2c983 /Makefile.am
parent09228b557446b44f5c3ded08f324e28bcbe8610a (diff)
downloadlibpopt-37436dcffced44ffb5e7c7f8a4b390172615566e.tar.gz
After running libtoolize to update config.guess config.sub
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b46024e..978b910 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,12 +2,13 @@
AUTOMAKE_OPTIONS = 1.4 foreign
-EXTRA_DIST = CHANGES autogen.sh findme.h popt.3 popt.spec poptint.h testit.sh \
- po/*.in po/*.po po/popt.pot popt.ps
+EXTRA_DIST = CHANGES autogen.sh findme.h $(man_MANS) popt.spec poptint.h \
+ testit.sh po/*.in po/*.po po/popt.pot popt.ps
SUBDIRS = po
-LDFLAGS = -L$(top_builddir)
+tbd = `pwd`/$(top_builddir)
+LDFLAGS = -L$(tbd)
INCLUDES = -I$(top_srcdir)
noinst_INCLUDES = findme.h poptint.h