dect
/
libdect
Archived
13
0
Fork 0

libdect: add pkg-config file

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-07-27 04:32:47 +02:00
parent 4025fb7c37
commit 966e802cc9
3 changed files with 13 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ config.h.in~
config.log
config.status
configure
libdect-0.0.1.pc
autom4te.cache
# Debian package build temporary files

View File

@ -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

11
libdect-0.0.1.pc.in Normal file
View File

@ -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}