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 /Makefile.am | |
parent | e645fc2693acc796304498909786b7b47005b429 (diff) |
Imported Upstream version 2.1.4upstream/2.1.4
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9fa7001..1e4a404 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,12 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = $(pgm_srcdir) src doc perf tests -DIST_SUBDIRS = src doc perf tests builds/msvc +if BUILD_PGM +SUBDIRS = foreign/openpgm src doc perf tests +else +SUBDIRS = src doc perf tests +endif + +DIST_SUBDIRS = foreign/openpgm src doc perf tests builds/msvc EXTRA_DIST = \ autogen.sh \ |