summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-01-10 08:03:59 +0100
committerAndreas Gruenbacher <agruen@linbit.com>2014-01-13 13:20:04 +0100
commit202f08d830392672da0a4bd8e0ec76ebfbe3db74 (patch)
treed3685d2b56428343f2d2c83b6c52b47a7d37355f
parent7fe1068e63a995df5ecbffed4cc796c6645770c9 (diff)
downloadattr-202f08d830392672da0a4bd8e0ec76ebfbe3db74.tar.gz
build: drop attrincludedir, use pkgincludedir
Automake already provides a variable for ${includedir}/${PACKAGE_NAME}; use it. Acked-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--Makefile.am4
-rw-r--r--include/Makemodule.am2
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f0fadc..f6fc484 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,7 @@ AM_CPPFLAGS = \
-DLOCALEDIR=\"$(localedir)\" \
-DSYSCONFDIR=\"$(sysconfdir)\"
-attrincludedir = $(includedir)/attr
-
-attrinclude_HEADERS =
+pkginclude_HEADERS =
bin_PROGRAMS =
lib_LTLIBRARIES =
noinst_HEADERS =
diff --git a/include/Makemodule.am b/include/Makemodule.am
index 7258423..c43e2e4 100644
--- a/include/Makemodule.am
+++ b/include/Makemodule.am
@@ -1,4 +1,4 @@
-attrinclude_HEADERS += \
+pkginclude_HEADERS += \
include/attributes.h \
include/error_context.h \
include/libattr.h \