add install target for libaltos
authorBdale Garbee <bdale@gag.com>
Fri, 27 Aug 2010 17:45:19 +0000 (11:45 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 27 Aug 2010 17:45:19 +0000 (11:45 -0600)
ao-tools/libaltos/Makefile
debian/dirs

index 9933dc805eb185d969ad54a95fb5d11aa2d30eda..cd96fd5fae29f52b8feae98bb3f13724c80a6dd4 100644 (file)
@@ -1,8 +1,5 @@
 OS:=$(shell uname)
 
-# dummy install target for now so I can work on the rest of the packaging
-install:
-       @echo warning - make install doing nothing in libaltos!
 #
 # Linux
 #
@@ -17,6 +14,9 @@ OS_LDFLAGS=
 LIBNAME=libaltos.so
 EXEEXT=
 
+install:       $(LIBNAME)
+       /usr/bin/install -c $(LIBNAME) $(DESTDIR)/usr/lib/altos/$(LIBNAME)
+
 endif
 
 #
index db75fea71022dc3c3057fab5c4be8ae42afdb292..6bf06c6e55e7f886f2a1d7afbb59d4534c37d54f 100644 (file)
@@ -1,5 +1,6 @@
 etc/apt/sources.list.d
 usr/bin
+usr/lib/altos
 usr/share/altos
 usr/share/applications
 usr/share/gdm/themes/altusmetrum