summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-11-27 11:53:41 +0100
committerLuotao Fu <l.fu@pengutronix.de>2009-11-27 11:53:45 +0100
commit257877f31506a5440ba8ae78ab35b177df792397 (patch)
tree206171300eb528d9b752ac64d419f1ff1f6522b0 /configure.ac
parent1751269c33346c825df9183cf26c4ff1d3a4b8be (diff)
downloadlibsocketcan-257877f31506a5440ba8ae78ab35b177df792397.tar.gz
libsocketcan-257877f31506a5440ba8ae78ab35b177df792397.tar.xz
rename library and API prefix
library is now called libsocketcan, API carry the prefix can_ Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index cbffab3..c205dd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libsocketcan-nl], [trunk], [bugs@pengutronix.de])
-AC_CONFIG_HEADERS([include/libsocketcan-nl_config.h])
-AC_CONFIG_SRCDIR([src/socketcan_netlink.c])
+AC_INIT([libsocketcan], [trunk], [bugs@pengutronix.de])
+AC_CONFIG_HEADERS([include/libsocketcan_config.h])
+AC_CONFIG_SRCDIR([src/libsocketcan.c])
AC_CONFIG_MACRO_DIR([config/m4])
AC_CONFIG_AUX_DIR([config/autoconf])
AC_CANONICAL_BUILD
@@ -110,7 +110,7 @@ fi
AC_CONFIG_FILES([
GNUmakefile
- config/libsocketcan-nl.pc
+ config/libsocketcan.pc
config/GNUmakefile
include/GNUmakefile
src/GNUmakefile