summaryrefslogtreecommitdiff
path: root/ao-tools/libaltos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/libaltos/Makefile')
-rw-r--r--ao-tools/libaltos/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ao-tools/libaltos/Makefile b/ao-tools/libaltos/Makefile
index a251e54e..cd96fd5f 100644
--- a/ao-tools/libaltos/Makefile
+++ b/ao-tools/libaltos/Makefile
@@ -14,6 +14,9 @@ OS_LDFLAGS=
LIBNAME=libaltos.so
EXEEXT=
+install: $(LIBNAME)
+ /usr/bin/install -c $(LIBNAME) $(DESTDIR)/usr/lib/altos/$(LIBNAME)
+
endif
#