diff options
author | Martin Lucina <mato@kotelna.sk> | 2011-04-07 15:37:46 +0200 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-01-23 08:53:43 +0100 |
commit | 8eea9178e40abf16c0e469465a58fba3beaaf754 (patch) | |
tree | da36e07db727b5c30c8e5c7745275b9d6d48131f /Makefile.am | |
parent | 3e20cb1b8a2b1ca222011df37334e5f4f88dd565 (diff) | |
parent | 8e61b98c5e2943b149c825310b24e714a6127072 (diff) |
Imported Debian patch 2.1.4-1debian/2.1.4-1
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 \ |