index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-10-16 20:28:23 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-18 10:59:23 +1000 |
commit | c261210ccf0a7d08c7b3f24aee40b7c8d900e6ac (patch) | |
tree | d9b2ac4e97450e5c36fef318e02c6eb170fec3f1 /lib/libalpm/Makefile.am | |
parent | 46a1ac642907039a64f2ec93d352508b2ba3ba79 (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 1 |
diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index f66daedf..1668da15 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -7,6 +7,7 @@ include_HEADERS = alpm_list.h alpm.h AM_CPPFLAGS = \ -imacros $(top_builddir)/config.h \ + -DSYSHOOKDIR=\"@datarootdir@/libalpm/hooks/\" \ -DLOCALEDIR=\"@localedir@\" AM_CFLAGS = -pedantic -D_GNU_SOURCE $(WARNING_CFLAGS) |