blob: b437fea10b8e0fae41a1a30c032cce314663e228 (
plain)
1
2
3
4
5
6
7
8
|
ACLOCAL_AMFLAGS = -I m4
include $(top_srcdir)/aminclude.am
# Work around broken libtool.
export to_tool_file_cmd=func_convert_file_noop
SUBDIRS = libvchan src data
EXTRA_DIST = Doxyfile
|