summaryrefslogtreecommitdiff
path: root/foreign/openpgm/Makefile.am
diff options
context:
space:
mode:
authorMikko Koppanen <mkoppanen@php.net>2011-03-31 18:42:09 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-03-31 18:42:09 +0200
commitfbf1f5146860a2557f247cdb0f94bda647c75ceb (patch)
tree48e32a2e8374af7be650875114d2bacab1f73367 /foreign/openpgm/Makefile.am
parentd36d9a378a9f3c561f2ae7849cee907c59d33b72 (diff)
Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM builds
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
Diffstat (limited to 'foreign/openpgm/Makefile.am')
-rw-r--r--foreign/openpgm/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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:; @;