summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-05-01 10:38:58 +0200
committerStef Walter <stefw@gnome.org>2012-05-01 10:38:58 +0200
commitfed549ee2049a318081cfce3fde01ae625263d98 (patch)
treecc23dd39240091aeee0b45b17064abfd31e0a1ae /tools/Makefile.am
parenta3bcb9037ddf6657f79f0aae42aa83dd2b8f6b14 (diff)
Provide compat getprogname() implementations on other OS's
* And use them in our replacement err() and p11_kit_set_progname()
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index cec6bfc..bfa1953 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_srcdir)/common \
-I$(top_srcdir)/p11-kit \
-DSRCDIR=\"$(srcdir)\"