summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ce6dff..ce2c675 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
-AC_INIT([canutils], [1.0.1], [socket-can@pengutronix.de])
+AC_INIT([canutils], [1.0.2], [socket-can@pengutronix.de])
AC_CONFIG_HEADERS([include/can_config.h])
AC_CONFIG_AUX_DIR([config/autoconf])
AC_CONFIG_MACRO_DIR([config/m4])
@@ -36,6 +36,9 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_CONFIG_FILES([ \
Makefile \
+ config/canutils.pc \
+ config/Makefile \
include/Makefile \
])
+
AC_OUTPUT