1ACLOCAL_AMFLAGS = -I config
2
3SUBDIRS = src toolkit
4if BUILD_TESTS
5SUBDIRS += tests
6endif
7
8EXTRA_DIST = Protocol-v3.html UPGRADING packaging libotr.m4 libotr.pc.in bootstrap
9
10aclocaldir = $(datadir)/aclocal
11aclocal_DATA = libotr.m4
12
13pkgconfigdir = $(libdir)/pkgconfig
14pkgconfig_DATA = libotr.pc
15