summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-21 23:47:10 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-21 23:50:29 (EDT)
commit252b8db061ae8db3cabcbaf37b5b30b6d0baf637 (patch)
tree4719093215b1ba96a9c86f76d1f184700e7b2d52 /src/Makefile.in
parent80d98937814d8ea529c8439f5ea18b302ffc34eb (diff)
Write oh-autoconfigure.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index bfceef1..93abe0a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -44,7 +44,8 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
SRCS = \
oh-installfiles.sh \
oh-strip.sh \
- oh-fixperms.sh
+ oh-fixperms.sh \
+ oh-autoconfigure.sh
OBJS = $(SRCS:.sh=)
distdir = ../$(package_name)-$(package_version)/src