diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2013-01-11 00:30:48 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2013-01-11 00:30:48 +0100 |
| commit | 36885e794a758d84ab75a905385dca0980c5e902 (patch) | |
| tree | 5e894f79bd06ef6a6b440a5bc748b42901784d3a /Makefile.am | |
Initial commit
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..29abe97 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,7 @@ +ACLOCAL_AMFLAGS = -I m4 + +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \ + config.sub configure depcomp install-sh ltmain.sh \ + missing config.rpath mkinstalldirs + +SUBDIRS = src |
