diff options
author | Andy Wingo <wingo@wingomac.bcn.oblong.net> | 2009-05-26 17:45:48 +0200 |
---|---|---|
committer | Andy Wingo <wingo@wingomac.bcn.oblong.net> | 2009-05-26 17:45:48 +0200 |
commit | d9a9e18205f4da1486a70dbd5690b8fdc593cb10 (patch) | |
tree | e9618fa8507f5a9a32d2a8e6e888883ed9385b7c /lib | |
parent | de784acd87b8d567fb6433d8f531a7f28b91d635 (diff) | |
download | guile-d9a9e18205f4da1486a70dbd5690b8fdc593cb10.tar.gz |
gnulib-tool --import lib-symbol-visibility
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 78693ea11..8f431c2b1 100644 --- a/lib/Makefile.am +++ b/lib/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=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild count-one-bits extensions flock fpieee full-read full-write putenv stdlib strcase strftime +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl --libtool --macro-prefix=gl --no-vc-files alloca-opt autobuild count-one-bits extensions flock fpieee full-read full-write lib-symbol-visibility putenv stdlib strcase strftime AUTOMAKE_OPTIONS = 1.5 gnits @@ -143,6 +143,16 @@ libgnu_la_SOURCES += full-write.h full-write.c ## end gnulib module full-write +## begin gnulib module lib-symbol-visibility + +# The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the +# compilation of all sources that make up the library. This line here does it +# only for the gnulib part of it. The developer is responsible for adding +# $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library. +AM_CFLAGS += $(CFLAG_VISIBILITY) + +## end gnulib module lib-symbol-visibility + ## begin gnulib module link-warning LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h |