1ACLOCAL_AMFLAGS = -I m4
2
3## Process this file with automake to produce Makefile.in
4ACLOCAL_AMFLAGS = -I m4
5include $(top_srcdir)/include.mk
6
7SUBDIRS=libdcethread idl_compiler include idl_lib uuid ncklib dcelib rpcd demos perf tools
8
9EXTRA_DIST=include.mk buildconf
10
11dist-hook:
12	-chmod -R a+r $(distdir)
13	$(TAR) choIf $(distdir).tar.bz2 $(distdir)
14
15