summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-28 10:48:40 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-28 10:48:40 +0000
commitcb17d1d0ec92e2ac85c2e3d62343327472a5f347 (patch)
tree2a694d161f903cb998757da222fd5804b8f9a675 /gl
parent4a09e82dfccc51e2f517587e590525605696d181 (diff)
downloadgnutls-cb17d1d0ec92e2ac85c2e3d62343327472a5f347.tar.gz
Update.
Diffstat (limited to 'gl')
-rw-r--r--gl/Makefile.am43
1 files changed, 41 insertions, 2 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am
index 9ebe35823a..82c4a06680 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -8,11 +8,10 @@
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
-#
# Invoked as: gnulib-tool --import
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --libtool alloca-opt error getline getpass-gnu gettext minmax progname snprintf stdbool vasnprintf xsize
-AUTOMAKE_OPTIONS = 1.8 gnits
+AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
noinst_LTLIBRARIES = libgnu.la
@@ -25,6 +24,9 @@ MOSTLYCLEANFILES =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
+
+## begin gnulib module alloca-opt
+
BUILT_SOURCES += $(ALLOCA_H)
EXTRA_DIST += alloca_.h
@@ -36,20 +38,47 @@ alloca.h: alloca_.h
mv $@-t $@
MOSTLYCLEANFILES += alloca.h alloca.h-t
+## end gnulib module alloca-opt
+
+## begin gnulib module getline
libgnu_la_SOURCES += getline.h
EXTRA_DIST += getndelim2.h getndelim2.c
+## end gnulib module getline
+
+## begin gnulib module getpass-gnu
+
libgnu_la_SOURCES += getpass.h
+## end gnulib module getpass-gnu
+
+## begin gnulib module gettext
+
libgnu_la_SOURCES += gettext.h
+## end gnulib module gettext
+
+## begin gnulib module minmax
+
libgnu_la_SOURCES += minmax.h
+## end gnulib module minmax
+
+## begin gnulib module progname
+
libgnu_la_SOURCES += progname.h progname.c
+## end gnulib module progname
+
+## begin gnulib module snprintf
+
libgnu_la_SOURCES += snprintf.h
+## end gnulib module snprintf
+
+## begin gnulib module stdbool
+
BUILT_SOURCES += $(STDBOOL_H)
EXTRA_DIST += stdbool_.h
@@ -61,9 +90,19 @@ stdbool.h: stdbool_.h
mv $@-t $@
MOSTLYCLEANFILES += stdbool.h stdbool.h-t
+## end gnulib module stdbool
+
+## begin gnulib module vasnprintf
+
libgnu_la_SOURCES += printf-args.h printf-parse.h vasnprintf.h
+## end gnulib module vasnprintf
+
+## begin gnulib module xsize
+
libgnu_la_SOURCES += xsize.h
+## end gnulib module xsize
+
# Makefile.am ends here