summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-21 10:21:15 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-21 10:21:15 +0000
commit81a580e59d5db832042d5196dcd00750a92c9672 (patch)
treec04fd7978718d48058c5d840344748543740c1b6
parentd827ddeccd89ab5f1a15f932cd930a58b265c82b (diff)
downloadgnutls-81a580e59d5db832042d5196dcd00750a92c9672.tar.gz
Move modules from gl/ to lgl/.
-rw-r--r--gl/Makefile.am36
1 files changed, 1 insertions, 35 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am
index 5b4a89dc01..988972f45b 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -9,7 +9,7 @@
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl arpa_inet fdl gendocs getaddrinfo getline getpass gettext gpl inet_ntop inet_pton lgpl maintainer-makefile memmove minmax read-file readline
+# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --aux-dir=. --libtool --macro-prefix=gl arpa_inet fdl gendocs getaddrinfo getline getpass gpl inet_ntop inet_pton lgpl maintainer-makefile readline
AUTOMAKE_OPTIONS = 1.5 gnits
@@ -94,20 +94,6 @@ EXTRA_DIST += getpass.c getpass.h
## end gnulib module getpass
-## begin gnulib module gettext
-
-# This is for those projects which use "gettextize --intl" to put a source-code
-# copy of libintl into their package. In such projects, every Makefile.am needs
-# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
-# For the Makefile.ams in other directories it is the maintainer's
-# responsibility; for the one from gnulib we do it here.
-# This option has no effect when the user disables NLS (because then the intl
-# directory contains no libintl.h file) or when the project does not use
-# "gettextize --intl".
-AM_CPPFLAGS += -I$(top_builddir)/intl
-
-## end gnulib module gettext
-
## begin gnulib module gettext-h
libgnu_la_SOURCES += gettext.h
@@ -128,19 +114,6 @@ EXTRA_DIST += inet_pton.c inet_pton.h
## end gnulib module inet_pton
-## begin gnulib module memmove
-
-
-EXTRA_DIST += memmove.c
-
-## end gnulib module memmove
-
-## begin gnulib module minmax
-
-libgnu_la_SOURCES += minmax.h
-
-## end gnulib module minmax
-
## begin gnulib module netinet_in
BUILT_SOURCES += $(NETINET_IN_H)
@@ -159,13 +132,6 @@ MOSTLYCLEANDIRS += netinet
## end gnulib module netinet_in
-## begin gnulib module read-file
-
-
-EXTRA_DIST += read-file.c read-file.h
-
-## end gnulib module read-file
-
## begin gnulib module readline