summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Destugues <pulkomandy@gmail.com>2015-03-21 18:17:16 +0100
committerVincent Sanders <vince@kyllikki.org>2015-03-22 10:42:22 +0000
commitae55e15a595e2b86e81e974fd276f7d585e012af (patch)
tree7315595a03ff3a8c9be6a82b589e6f25867b2834
parente68361f91f9fe82193f65f3a089cca4ff47255e0 (diff)
downloadlibutf8proc-ae55e15a595e2b86e81e974fd276f7d585e012af.tar.gz
libutf8proc-ae55e15a595e2b86e81e974fd276f7d585e012af.tar.bz2
INCLUDEDIR fixes.
-rw-r--r--Makefile2
-rw-r--r--libutf8proc.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 858f4a8..d76e971 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ ifeq ($(WANT_TEST),yes)
endif
# Extra installation rules
-I := /include/libutf8proc
+I := /$(INCLUDEDIR)/libutf8proc
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/libutf8proc/utf8proc.h
INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in
INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR):$(OUTPUT)
diff --git a/libutf8proc.pc.in b/libutf8proc.pc.in
index 2155841..f4645c0 100644
--- a/libutf8proc.pc.in
+++ b/libutf8proc.pc.in
@@ -1,7 +1,7 @@
prefix=PREFIX
exec_prefix=${prefix}
libdir=${exec_prefix}/LIBDIR
-includedir=${prefix}/include
+includedir=${prefix}/INCLUDEDIR
Name: libutf8proc
Description: UTF8 processing