From fbf1f5146860a2557f247cdb0f94bda647c75ceb Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Thu, 31 Mar 2011 18:42:09 +0200 Subject: Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM builds Signed-off-by: Mikko Koppanen --- foreign/openpgm/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 foreign/openpgm/Makefile.am (limited to 'foreign/openpgm/Makefile.am') diff --git a/foreign/openpgm/Makefile.am b/foreign/openpgm/Makefile.am new file mode 100644 index 0000000..665b457 --- /dev/null +++ b/foreign/openpgm/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = $(pgm_subdir) +DIST_SUBDIRS = +# Override Automake's installation targets with the command ":" that does nothing. +install:; @: +install-exec:; @: +install-data:; @: +uninstall:; @: +dist:; @; -- cgit v1.2.3