Test example program.
[wrappi.git] / Makefile.am
index 8731aaf..941266e 100644 (file)
@@ -21,7 +21,12 @@ ACLOCAL_AMFLAGS = -I m4
 # 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 = preprocessor APIs generator
+SUBDIRS = generator-lib generator-macros APIs generator
 
 # The C library.
 SUBDIRS += lib
+
+# Build the C example programs.
+SUBDIRS += examples
+
+CLEANFILES = *~