summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--configure.ac1
-rw-r--r--libdect-0.0.1.pc.in11
3 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d26b395..bb67d8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,7 @@ config.h.in~
config.log
config.status
configure
+libdect-0.0.1.pc
autom4te.cache
# Debian package build temporary files
diff --git a/configure.ac b/configure.ac
index 121e900..250aa31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,4 +95,5 @@ AC_CONFIG_FILES([include/Makefile])
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([example/Makefile])
AC_CONFIG_FILES([doc/Makefile doc/Doxyfile])
+AC_CONFIG_FILES([libdect-0.0.1.pc])
AC_OUTPUT
diff --git a/libdect-0.0.1.pc.in b/libdect-0.0.1.pc.in
new file mode 100644
index 0000000..8586a94
--- /dev/null
+++ b/libdect-0.0.1.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libdect
+Description: DECT Network Layer library
+Version: @PACKAGE_VERSION@
+Requires: libnl-2.0
+Libs: -L${libdir} -ldect
+Cflags: -I${includedir}