Add patch that hands over SYSCONFDIR via CPPFLAGS
Willi Mann
10 years ago
0 | From: Willi Mann <willi@wm1.at> | |
1 | Date: Sun, 23 Dec 2012 21:21:46 +0100 | |
2 | Subject: Hand over SYSCONFDIR via CPPFLAGS | |
3 | ||
4 | --- | |
5 | src/Makefile.am | 2 ++ | |
6 | 1 file changed, 2 insertions(+) | |
7 | ||
8 | diff --git a/src/Makefile.am b/src/Makefile.am | |
9 | index d6017b3..4930a97 100644 | |
10 | --- a/src/Makefile.am | |
11 | +++ b/src/Makefile.am | |
12 | @@ -3,6 +3,8 @@ | |
13 | ||
14 | bin_PROGRAMS = unrtf | |
15 | ||
16 | +AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" | |
17 | + | |
18 | unrtf_SOURCES = attr.c attr.h \ | |
19 | convert.c convert.h \ | |
20 | defs.h \ |