summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-11-08 23:46:54 (EST)
committer P. J. McDermott <pjm@nac.net>2012-11-08 23:46:54 (EST)
commita2da37288b682cfed1668bb989668894a8e60eab (patch)
treeda2ef1cf3d07c9fd2d671da5df218c6125a1771f /src/Makefile.in
parente1f1b3a7e9e0afbc640dede5d2ce1910767927fb (diff)
Implement oh-architecture.
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 1886b13..fe9e8ee 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -47,7 +47,8 @@ SRCS = \
oh-autobuild.sh \
oh-autoclean.sh \
oh-autotest.sh \
- oh-autoinstall.sh
+ oh-autoinstall.sh \
+ oh-architecture.sh
OBJS = $(SRCS:.sh=)
distdir = ../$(package_name)-$(package_version)/src