1SUBDIRS = include src pkgconfig examples @SUBDIRS_DOXYGEN@
2if ENABLE_TESTS
3SUBDIRS += test
4endif
5
6DIST_SUBDIRS = include src pkgconfig examples docs test
7
8EXTRA_DIST = packets.proto protobufgen.sh autogen.sh
9
10LIBTOOL_DEPS = @LIBTOOL_DEPS@
11
12libtool:	$(LIBTOOL_DEPS)
13	$(SHELL) ./config.status --recheck
14
15ACLOCAL_AMFLAGS = -I m4
16