summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-08 21:10:06 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-08 21:10:06 (EDT)
commitdc34cb8e44c1415cee53ca0119946341664a48f1 (patch)
treef7cfcd41e1d389745f096730530bbca5c9a3c670 /Makefile.in
parentbb5239471d3628e79dc44fa3345a052f88199eeb (diff)
Support OPKHELPER_3_0 macro in makefiles.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3595854..b487d96 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,6 +29,7 @@ mandir = @mandir@
sysconfdir = @sysconfdir@
libopkbuild = @libopkbuild@
metadata = @metadata@
+opkhelper_3_0 = @opkhelper_3_0@
DESTDIR = /
@@ -43,7 +44,8 @@ MACROS = \
'mandir=$(mandir)' \
'sysconfdir=$(sysconfdir)' \
'libopkbuild=$(libopkbuild)' \
- 'metadata=$(metadata)'
+ 'metadata=$(metadata)' \
+ 'opkhelper_3_0=$(opkhelper_3_0)'
distdir = $(package_name)-$(package_version)
distfiles = configure Makefile.in COPYING README INSTALL ChangeLog TODO