[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [PATCH] build: drop attrincludedir, use pkgincludedir
From: |
Jan Engelhardt |
Subject: |
[Acl-devel] [PATCH] build: drop attrincludedir, use pkgincludedir |
Date: |
Fri, 10 Jan 2014 08:03:59 +0100 |
Automake already provides a variable for
${includedir}/${PACKAGE_NAME}; use it.
---
Makefile.am | 4 +---
include/Makemodule.am | 2 +-
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 \
--
1.8.4
- [Acl-devel] [PATCH] build: drop attrincludedir, use pkgincludedir,
Jan Engelhardt <=
- [Acl-devel] [PATCH 1/2] build: make use of an aux-dir to stow away helper scripts, Jan Engelhardt, 2014/01/10
- [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Jan Engelhardt, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Mike Frysinger, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Jan Engelhardt, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Mike Frysinger, 2014/01/10
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Jan Engelhardt, 2014/01/11
- Re: [Acl-devel] [PATCH 2/2] build: ship a pkgconfig file for libattr, Mike Frysinger, 2014/01/18
Re: [Acl-devel] [PATCH 1/2] build: make use of an aux-dir to stow away helper scripts, Mike Frysinger, 2014/01/10
Re: [Acl-devel] [PATCH] build: drop attrincludedir, use pkgincludedir, Mike Frysinger, 2014/01/10