summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d86c318..709df65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_INIT([p11-kit],[0.1],[http://bugzilla.example.com])
-AC_CONFIG_SRCDIR([p11-kit/p11-kit-lib.c])
+AC_CONFIG_SRCDIR([p11-kit/modules.c])
AC_CONFIG_HEADERS([config.h])
dnl Other initialization
@@ -151,7 +151,7 @@ AC_CONFIG_FILES([Makefile
doc/version.xml
po/Makefile.in
p11-kit/Makefile
- p11-kit/p11-kit.pc
+ p11-kit/p11-kit-1.pc
tests/Makefile
tools/Makefile
])