diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-27 11:45:19 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-27 11:45:19 -0600 |
commit | 72c33a72ee105ec692dad62d6d9c1ad40b89bfe8 (patch) | |
tree | 724150eddbdfbf671b0ff23e078088a5e5b204de | |
parent | a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf (diff) |
add install target for libaltos
-rw-r--r-- | ao-tools/libaltos/Makefile | 6 | ||||
-rw-r--r-- | debian/dirs | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ao-tools/libaltos/Makefile b/ao-tools/libaltos/Makefile index 9933dc80..cd96fd5f 100644 --- a/ao-tools/libaltos/Makefile +++ b/ao-tools/libaltos/Makefile @@ -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 # diff --git a/debian/dirs b/debian/dirs index db75fea7..6bf06c6e 100644 --- a/debian/dirs +++ b/debian/dirs @@ -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 |