diff options
author | pajoye <none@none> | 2006-10-09 14:22:22 +0000 |
---|---|---|
committer | pajoye <none@none> | 2006-10-09 14:22:22 +0000 |
commit | 473aecb75d6f4334c11b4b15905093686b7f9370 (patch) | |
tree | 2d8726d478b7b1ba1beef3162032b708ae4b5937 | |
parent | c16737d4df5d85061af8de8039747f15fc1082ad (diff) | |
download | libgd-473aecb75d6f4334c11b4b15905093686b7f9370.tar.gz |
- #9, configure/build script updates auto* lib* (Lars Hecking)
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/config.hin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d64d1f0..45b9811 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ libgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c libgd_la_LDFLAGS = -version-info 2:0:0 -LDADD = ./libgd.la +LDADD = ./libgd.la $(LIBICONV) dist-zip: distdir zip -qr $(distdir).zip $(distdir) diff --git a/src/config.hin b/src/config.hin index 3840a6a..c2f1d5f 100644 --- a/src/config.hin +++ b/src/config.hin @@ -102,7 +102,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to the necessary symbol if this constant uses a non-standard name on +/* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE |