summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-22 03:40:58 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-22 03:40:58 (EDT)
commitf3aeb0ffc84c75faea757d94b0270ee566b6a03f (patch)
treecbea7f3f36427ba7a851c7a5a59696d3288ac8ba /src/Makefile.in
parentd85b660b4a34e2fa2f75fde202059ee41ab20eb4 (diff)
parentdfd503fffcca2c1527c6004dff86e304079a4ebb (diff)
Merge branch 'feature/buildsystems-support'.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index d620dca..1886b13 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -26,14 +26,14 @@ bindir = @bindir@
libdir = @libdir@
datadir = @datadir@
localedir = @localedir@
-libopkbuild_1 = @libopkbuild_1@
+libopkhelper = @libopkhelper@
sh = @sh@
sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
s&@@PACKAGE_VERSION@@&$(package_version)&;\
s&@@LOCALEDIR@@&$(localedir)&;\
- s&@@LIBOPKBUILD_1@@&$(libopkbuild_1)&;\
+ s&@@LIBOPKHELPER@@&$(libopkhelper)&;\
s&@@SH@@&$(sh)&;
.SUFFIXES:
@@ -42,7 +42,12 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
SRCS = \
oh-installfiles.sh \
oh-strip.sh \
- oh-fixperms.sh
+ oh-fixperms.sh \
+ oh-autoconfigure.sh \
+ oh-autobuild.sh \
+ oh-autoclean.sh \
+ oh-autotest.sh \
+ oh-autoinstall.sh
OBJS = $(SRCS:.sh=)
distdir = ../$(package_name)-$(package_version)/src