summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2005-04-07 07:18:15 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2005-04-07 07:18:15 +0000
commit827e4a0309d13f4107635a6b98e5e55b72f54261 (patch)
tree3009b54243951323b5b9ed2f5bdc1ff623646b1f /config
parent6ce5e3197aff991ee9a3c5b9bbc35c75703e6d69 (diff)
downloadcanutils-827e4a0309d13f4107635a6b98e5e55b72f54261.tar.gz
canutils-827e4a0309d13f4107635a6b98e5e55b72f54261.tar.xz
added pkg-config file
git-svn-id: https://iocaste.extern.pengutronix.de/svn/canutils/trunks/canutils-1.0-trunk@20 5fd5a299-6ef2-0310-aa18-8b01d7c39d8c
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am7
-rw-r--r--config/canutils.pc.in9
2 files changed, 16 insertions, 0 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
new file mode 100644
index 0000000..e373214
--- /dev/null
+++ b/config/Makefile.am
@@ -0,0 +1,7 @@
+EXTRA_DIST = canutils.pc.in
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = canutils.pc
+
+MAINTAINERCLEANFILES = \
+ Makefile.in \ No newline at end of file
diff --git a/config/canutils.pc.in b/config/canutils.pc.in
new file mode 100644
index 0000000..29e86f0
--- /dev/null
+++ b/config/canutils.pc.in
@@ -0,0 +1,9 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: canutils
+Description: ifconfig like tool for can devices
+Version: @VERSION@
+Cflags: -I${includedir}/socket-can \ No newline at end of file