diff options
author | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:21:44 +0900 |
---|---|---|
committer | Sehong Na <sehong.na@samsung.com> | 2014-05-31 13:21:44 +0900 |
commit | ea0d53a749fd8772ccd68ab84132b791d1754475 (patch) | |
tree | 027aef01301693ff84ecadd5200bffce32450a88 /foreign/openpgm/Makefile.am | |
download | zeromq-tizen_2.3.tar.gz zeromq-tizen_2.3.tar.bz2 zeromq-tizen_2.3.zip |
Initialize Tizen 2.3submit/tizen_2.3/20140531.1157412.3a_releasetizen_2.3
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:; @; |