diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 22:20:09 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-02-16 22:20:09 +0100 |
commit | 8214d386c3f10dcc7f034a1159e82aa2d470829f (patch) | |
tree | e8f16761b8d185a2f0e13c2e438aca56dc9c7de0 | |
parent | 4190f64d8cfc3950bc456ea7793db72130d05feb (diff) | |
parent | 96b2690716a811a4c782de0eccfb9affa398cfe4 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 51f6128..b4145c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,6 @@ $(top_srcdir)/foreign/xmlParser/xmlParser.hpp dist-hook: -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ -clean-local: +distclean-local: -rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@ |