diff options
author | malosek <malosek@fastmq.com> | 2009-10-05 12:28:34 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-10-05 12:28:34 +0200 |
commit | 14dc1f45cd1a328415db09ef1e06def6179dae00 (patch) | |
tree | e6e9efb45298fa7e8c636d466c7f6c7cc12014cd /Makefile.am | |
parent | b0c97a5f8b88fca73338c1c173b446515e2ed366 (diff) |
build system tuning - fixed make dist
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 1100eb2..fe0f1f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,12 +5,13 @@ 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/@pgm1_basename@.tar.bz2 \ +$(top_srcdir)/foreign/openpgm/@pgm2_basename@ \ $(top_srcdir)/foreign/openpgm/lost_data_tsi.patch \ $(top_srcdir)/foreign/openpgm/create_custom_gsi_1.patch \ $(top_srcdir)/foreign/xmlParser/xmlParser.cpp \ $(top_srcdir)/foreign/xmlParser/xmlParser.hpp dist-hook: - -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ - + -rm -rf $(distdir)/foreign/openpgm/@pgm1_basename@ + -rm -rf $(distdir)/foreign/openpgm/@pgm2_basename@/openpgm/pgm/ref/debug |