X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=adb1d65cba31a824e184a7d96eba2b6dc7015ea0;hb=dd0daf1a3b75447fe5d1317e2e65e027d10e7697;hp=300b8f85f45441ac6b8d9dd5cd397370f407498b;hpb=48e95746a32612995f6eddd7661340679e6ad4d5;p=wrappi.git diff --git a/Makefile.am b/Makefile.am index 300b8f8..adb1d65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,3 +16,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ACLOCAL_AMFLAGS = -I m4 + +# The API files are actually linked into the generator, but an extra +# camlp4-based preprocessor must be compiled first before we can +# compile the rest of the generator. Hence the rather convoluted set +# of subdirectories here. +SUBDIRS = generator-lib generator-macros APIs generator + +# The C library. +SUBDIRS += lib