diff options
author | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:41 +0100 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:41 +0100 |
commit | 8e61b98c5e2943b149c825310b24e714a6127072 (patch) | |
tree | a31c049de7a86278ab17df3e0579944f6f524f7d /foreign/openpgm/Makefile.am | |
parent | e645fc2693acc796304498909786b7b47005b429 (diff) |
Imported Upstream version 2.1.4upstream/2.1.4
Diffstat (limited to 'foreign/openpgm/Makefile.am')
-rw-r--r-- | foreign/openpgm/Makefile.am | 8 |
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:; @; |