diff options
author | 2007-05-14 09:18:17 +0000 | |
---|---|---|
committer | 2007-05-14 09:18:17 +0000 | |
commit | eacd0692f9c61ef2a647e6e772a10e26633d0558 (patch) | |
tree | e2c75cb6eec3318abca6eee5da898da7e8534d1c /src/clients/Makefile.am | |
parent | 28ae62c51eb78d6d9231eac86b6fc01165feb5e0 (diff) | |
download | paludis-eacd0692f9c61ef2a647e6e772a10e26633d0558.tar.gz paludis-eacd0692f9c61ef2a647e6e772a10e26633d0558.tar.xz |
Enable visibility for clients
Diffstat (limited to 'src/clients/Makefile.am')
-rw-r--r-- | src/clients/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/Makefile.am b/src/clients/Makefile.am index 09aee4137..0c652bf03 100644 --- a/src/clients/Makefile.am +++ b/src/clients/Makefile.am @@ -4,7 +4,7 @@ DIST_SUBDIRS = . $(ALL_CLIENTS) CLEANFILES = *~ gmon.out *.gcov *.gcno *.gcda MAINTAINERCLEANFILES = Makefile.in -AM_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src @PALUDIS_CXXFLAGS@ +AM_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src @PALUDIS_CXXFLAGS@ @PALUDIS_CXXFLAGS_VISIBILITY@ built-sources : $(BUILT_SOURCES) for s in `echo $(SUBDIRS) | tr -d .` ; do $(MAKE) -C $$s built-sources || exit 1 ; done |