From a3bcb9037ddf6657f79f0aae42aa83dd2b8f6b14 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 30 Apr 2012 22:49:41 +0200 Subject: Move the compat.[ch] headers into common directory/ * And the compat stuff in the p11-kit directory merged into util.c and util.h --- tools/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index e38d1a4..cec6bfc 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -8,7 +8,8 @@ bin_PROGRAMS = \ p11-kit p11_kit_SOURCES = \ - compat.c compat.h \ + $(top_srcdir)/common/compat.c \ + $(top_srcdir)/common/compat.h \ p11-kit.c p11_kit_LDADD = \ -- cgit v1.1