summaryrefslogtreecommitdiff
path: root/lib/gnulib.mk
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-02-06 14:13:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-02-06 14:13:03 -0800
commite765a388299ce398f7f5cf57bc74b8134d785f43 (patch)
tree8666752cedade7bca7ce697b7a6d002b25f9692d /lib/gnulib.mk
parent5976c3fe907ebb3254fd2f07c765ea7492b44f63 (diff)
gnulib: undo previous change
Diffstat (limited to 'lib/gnulib.mk')
-rw-r--r--lib/gnulib.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
index ee95349b56..af628c8d30 100644
--- a/lib/gnulib.mk
+++ b/lib/gnulib.mk
@@ -23,8 +23,6 @@ EXTRA_libgnu_a_SOURCES =
## begin gnulib module arg-nonnull
-nodist_pkginclude_HEADERS += arg-nonnull.h
-
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
# statements but through direct file reference. Therefore this snippet must be
# present in all Makefile.am that need it. This is ensured by the applicability
@@ -49,8 +47,6 @@ EXTRA_DIST += $(top_srcdir)/./arg-nonnull.h
## begin gnulib module c++defs
-nodist_pkginclude_HEADERS += c++defs.h
-
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
# statements but through direct file reference. Therefore this snippet must be
# present in all Makefile.am that need it. This is ensured by the applicability
@@ -85,9 +81,6 @@ EXTRA_libgnu_a_SOURCES += ftoastr.c
## begin gnulib module getopt-posix
-nodist_pkginclude_HEADERS += $(GETOPT_H)
-EXTRA_HEADERS += getopt.h
-
BUILT_SOURCES += $(GETOPT_H)
# We need the following in order to create <getopt.h> when the system
@@ -142,9 +135,6 @@ EXTRA_libgnu_a_SOURCES += mktime.c
## begin gnulib module stdbool
-nodist_pkginclude_HEADERS += $(STDBOOL_H)
-EXTRA_HEADERS += stdbool.h
-
BUILT_SOURCES += $(STDBOOL_H)
# We need the following in order to create <stdbool.h> when the system
@@ -163,9 +153,6 @@ EXTRA_DIST += stdbool.in.h
## begin gnulib module stddef
-nodist_pkginclude_HEADERS += $(STDDEF_H)
-EXTRA_HEADERS += stddef.h
-
BUILT_SOURCES += $(STDDEF_H)
# We need the following in order to create <stddef.h> when the system
@@ -199,8 +186,6 @@ EXTRA_libgnu_a_SOURCES += strftime.c
## begin gnulib module time
-nodist_pkginclude_HEADERS += time.h
-
BUILT_SOURCES += time.h
# We need the following in order to create <time.h> when the system
@@ -251,8 +236,6 @@ EXTRA_libgnu_a_SOURCES += time_r.c
## begin gnulib module unistd
-nodist_pkginclude_HEADERS += unistd.h
-
BUILT_SOURCES += unistd.h
# We need the following in order to create an empty placeholder for
@@ -384,8 +367,6 @@ EXTRA_DIST += unistd.in.h
## begin gnulib module warn-on-use
-nodist_pkginclude_HEADERS += warn-on-use.h
-
BUILT_SOURCES += warn-on-use.h
# The warn-on-use.h that gets inserted into generated .h files is the same as
# build-aux/warn-on-use.h, except that it has the copyright header cut off.