diff options
author | malosek <malosek@fastmq.com> | 2009-09-17 11:26:39 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-17 11:26:39 +0200 |
commit | 1bd6d5e0f6a6013b2d43abb2a82f0027a92fcc96 (patch) | |
tree | 1d5ad38300d83e10d1cc46e86c708cb5cc56b424 | |
parent | 2be152967c90834bf02ab84e39980281d3f05002 (diff) |
fixed missing xmlParser in dist package
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b06c00e..fc5f585 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,9 @@ endif SUBDIRS = src $(DIR_PERF) devices bindings DIST_SUBDIRS = src perf devices bindings -EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2 +EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2 \ +$(top_srcdir)/foreign/xmlParser/xmlParser.cpp \ +$(top_srcdir)/foreign/xmlParser/xmlParser.hpp dist-hook: -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ |