summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Bernat <bernat@luffy.cx>2013-04-07 00:12:32 +0200
committerVincent Bernat <bernat@luffy.cx>2013-04-07 00:12:32 +0200
commit90087507e60ba28ca33dbe7ac95df5d9af37e291 (patch)
tree10fe1d75d67767300fd45812031a7452e121506a /Makefile.am
parent91c414195087b73583f874c234b8905b484f0e20 (diff)
downloadlibgd-90087507e60ba28ca33dbe7ac95df5d9af37e291.tar.gz
Fix build with autotools.
`configure.ac` and `bootstrap.sh` are moved in the top directory. `bootstrap.sh` is completed to execute `libtoolize`. The list of files to clean is reduced. Other files can be cleaned with `make distclean`. `src/Makefile.am` is fixed for missing `gd_nnquant.c` dependency. `ACX_PTHREAD` macro is moved to a `m4` directory to make `configure.ac` easier to read. --HG-- branch : fix/autotools rename : src/bootstrap.sh => bootstrap.sh rename : src/configure.ac => configure.ac
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..a490802
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,3 @@
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = src config test