Files used for building a debian package, pkg-config support

This commit is contained in:
Michael Wojciechowski
2005-08-27 20:07:17 +00:00
parent c8e0200daf
commit d73bc950c6
14 changed files with 153 additions and 2 deletions

View File

@@ -1,7 +1,13 @@
SUBDIRS = include @ZLIBDIR@ src examples test
EXTRA_DIST = docs Jamfile project-root.jam \
m4/ac_cxx_namespaces.m4 m4/acx_pthread.m4 m4/ax_boost_date-time.m4 \
m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp
m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp libtorrent.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libtorrent.pc
check: test
test/test_hasher && test/test_bencoding && test/test_ip_filter && echo "tests done, all OK"
deb:
dpkg-buildpackage -rfakeroot -us -uc