1include_HEADERS = pHash-config.h
2SUBDIRS = src bindings examples
3EXTRA_DIST = $(subdirs) libpHash.spec
4
5pkgconfigdir = $(libdir)/pkgconfig
6pkgconfig_DATA = pHash.pc
7
8LIBTOOL_DEPS = @LIBTOOL_DEPS@
9libtool: @LIBTOOL_DEPS@
10	$(SHELL) ./config.status --recheck
11
12dist-hook:
13	rm -rf `find $(distdir) -name \.svn`
14