aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-04 01:12:47 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-04 01:12:47 +0200
commit210d475aac52c01ffe996c520d92b14b83eff857 (patch)
tree0f72cbb5d65e4462b829ed910d38c76df46556d5 /Makefile
parentadd todo (diff)
downloadlibgamma-210d475aac52c01ffe996c520d92b14b83eff857.tar.gz
libgamma-210d475aac52c01ffe996c520d92b14b83eff857.tar.bz2
libgamma-210d475aac52c01ffe996c520d92b14b83eff857.tar.xz
update install rules
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0989c41..b82ed4a 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,7 @@ install-lib: bin/libgamma.so.$(LIB_VERSION)
.PHONY: install-include
install-include:
install -dm755 -- "$(DESTDIR)$(INCLUDEDIR)"
- install -m644 $(foreach H,$(HEADERS),src/$(H).h) -- "$(DESTDIR)$(INCLUDEDIR)"
+ install -m644 $(foreach H,$(HEADERS),src/lib/$(H).h) -- "$(DESTDIR)$(INCLUDEDIR)"
.PHONY: install-copyright