diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-10-12 13:36:53 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-10-12 13:36:53 +0000 |
commit | ebc7c5efd9bfc0993e365504afa4c07b79452244 (patch) | |
tree | 9dc37fdd5037a7c1c10c7086582fc32daa5128dd /gl/Makefile.am | |
parent | 43a7d7b83dee950580e7b9f5edd044236645885c (diff) | |
download | gnutls-ebc7c5efd9bfc0993e365504afa4c07b79452244.tar.gz |
Update.
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r-- | gl/Makefile.am | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index 1e164be1bc..6220ae0ee0 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -8,7 +8,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl getline getpass inet_ntop memmem memmove minmax readline snprintf socklen +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=. --lgpl --libtool --macro-prefix=gl gc-pbkdf2-sha1 getline getpass inet_ntop memmem memmove minmax readline snprintf socklen AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies @@ -38,6 +38,12 @@ MOSTLYCLEANFILES += alloca.h alloca.h-t ## end gnulib module alloca-opt +## begin gnulib module gc + +libgnu_la_LIBADD += $(LIBGCRYPT) + +## end gnulib module gc + ## begin gnulib module inet_ntop libgnu_la_SOURCES += inet_ntop.h @@ -82,6 +88,20 @@ MOSTLYCLEANFILES += stdbool.h stdbool.h-t ## end gnulib module stdbool +## begin gnulib module stdint + +BUILT_SOURCES += $(STDINT_H) +EXTRA_DIST += stdint_.h + +# We need the following in order to create <stdint.h> when the system +# doesn't have one that works with the given compiler. +stdint.h: stdint_.h + sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t + mv $@-t $@ +MOSTLYCLEANFILES += stdint.h stdint.h-t + +## end gnulib module stdint + ## begin gnulib module vasnprintf libgnu_la_SOURCES += printf-args.h printf-parse.h vasnprintf.h |