diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:07:38 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:07:38 -0500 |
commit | 1b249418ee28ef2e1cf0d951d097082dfeaea02d (patch) | |
tree | ce62fe3c930fa4dbf3b0b63c25d55c3aecd76add /Makefile.am | |
parent | 2085aef5f5055553fbfb80983657cace7382fe82 (diff) | |
download | NetNuke2-1b249418ee28ef2e1cf0d951d097082dfeaea02d.tar.gz |
Initial Configure and Make Scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..dfa49b2 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,2 @@ +AUTOMAKE_OPTIONS = foreign +SUBDIRS = src |