diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-11 18:18:25 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-11 18:18:25 +0200 |
commit | 89b1f2782ca6a1db9c68b7d642b5a41cc4d56414 (patch) | |
tree | af33b35e372ae3bf4eaef47a24160bf64d9fcdc1 /Makefile.am | |
parent | 47350adcb6ea48512d732bc323eb1835a5ac9908 (diff) | |
parent | 1a4d6f91194c52795808baa07dcd61a20ff599be (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 335d988..18636c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,5 +17,7 @@ endif SUBDIRS = src $(DIR_P) $(DIR_R) $(DIR_J) $(DIR_PERF) DIST_SUBDIRS = src python ruby java perf +EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2 + dist-hook: - -rm -rf $(distdir)/third-party/openpgm/$pgm_basename + -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ |