diff options
Diffstat (limited to 'lib/gnulib.mk')
-rw-r--r-- | lib/gnulib.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/gnulib.mk b/lib/gnulib.mk index af628c8d300..ee95349b565 100644 --- a/lib/gnulib.mk +++ b/lib/gnulib.mk @@ -23,6 +23,8 @@ 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 @@ -47,6 +49,8 @@ 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 @@ -81,6 +85,9 @@ 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 @@ -135,6 +142,9 @@ 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 @@ -153,6 +163,9 @@ 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 @@ -186,6 +199,8 @@ 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 @@ -236,6 +251,8 @@ 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 @@ -367,6 +384,8 @@ 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. |