Makefile.am
changeset 1 c445c931472f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Makefile.am	Mon Dec 06 13:09:21 2010 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +## Process this file with automake to produce Makefile.in ##
     1.5 +
     1.6 +ACLOCAL_AMFLAGS=-I m4
     1.7 +
     1.8 +SUBDIRS = include src examples
     1.9 +
    1.10 +## eof ##