diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2013-11-18 22:11:44 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@linbit.com> | 2013-11-18 22:11:44 +0100 |
commit | fe92f96a4d8b017b73d1eb262d4ea3be5e9d48df (patch) | |
tree | c58d11b90d6435a769629ad1ab9a7861bdc9ffb5 /include | |
parent | 216e7f8b6efb79dd05f47714ae22c4a93f8f6a85 (diff) | |
download | attr-fe92f96a4d8b017b73d1eb262d4ea3be5e9d48df.tar.gz |
Add a default /etc/xattr.conf file
Diffstat (limited to 'include')
-rw-r--r-- | include/builddefs.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/builddefs.in b/include/builddefs.in index d9931db..f888d25 100644 --- a/include/builddefs.in +++ b/include/builddefs.in @@ -48,6 +48,7 @@ PKG_INC_DIR = @includedir@/attr PKG_MAN_DIR = @mandir@ PKG_DOC_DIR = @datadir@/doc/@pkg_name@ PKG_LOCALE_DIR = @datadir@/locale +PKG_CONF_DIR = @sysconfdir@ CC = @cc@ AWK = @awk@ |