diff options
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e69de29..292e007 100644 --- a/Makefile.am +++ b/Makefile.am @@ -0,0 +1,5 @@ +## Makefile.am -- Process this file with automake to produce Makefile.in + +SUBDIRS = src + +ACLOCAL_AMFLAGS = -I m4 |
