diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-05-31 06:11:42 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-05-31 06:11:42 +0200 |
commit | 3bb60da0d085b1089ddec4617fcd40f2cda88567 (patch) | |
tree | 3b63d553b602140e94e78ab0bef440708dd2e88a /Makefile.am | |
parent | 04fcd4d55b3b01e75d1d0d547987841811a2d610 (diff) | |
parent | da37c45b0c7200eea96118952e671972b71df4ce (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e6ecfcc..314a97c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,8 @@ $(top_srcdir)/foreign/xmlParser/xmlParser.cpp \ $(top_srcdir)/foreign/xmlParser/xmlParser.hpp dist-hook: + -cp $(top_srcdir)/builds/redhat/zeromq.spec $(distdir)/zeromq.spec + -sed s/\@PACKAGE_VERSION\@/@PACKAGE_VERSION@/ -i $(distdir)/zeromq.spec -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ distclean-local: -rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@ |