summaryrefslogtreecommitdiff
path: root/p11-kit/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-04-30 22:49:41 +0200
committerStef Walter <stefw@gnome.org>2012-04-30 22:49:41 +0200
commita3bcb9037ddf6657f79f0aae42aa83dd2b8f6b14 (patch)
treec627685c16bb58b4e051399243f790711ea6200b /p11-kit/Makefile.am
parenteeb40dccb63682367e03f52750355bf5951edff7 (diff)
Move the compat.[ch] headers into common directory/
* And the compat stuff in the p11-kit directory merged into util.c and util.h
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r--p11-kit/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index 8605c15..b855fb7 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -15,7 +15,6 @@ inc_HEADERS = \
MODULE_SRCS = \
util.c util.h \
- compat.c compat.h \
conf.c conf.h \
debug.c debug.h \
hashmap.c hashmap.h \
@@ -66,7 +65,7 @@ libp11_kit_testable_la_CFLAGS = \
$(NULL)
libp11_kit_compat_la_SOURCES = \
- compat.c compat.h
+ util.c util.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = p11-kit-1.pc