diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-02-15 23:54:49 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-02-15 23:54:49 +0100 |
commit | df0c18ca17aa0dcd0e9f3737666a794b943f0982 (patch) | |
tree | 8785865098c659f1c9f010d5ea08d2d18934eb7a | |
parent | b09eeeb2fac380da1e3455cdf97278850842e1c8 (diff) |
Missed one instance of pgm2
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3adbc96..86c2d7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,12 +8,12 @@ SUBDIRS = src doc $(DIR_PERF) devices bindings examples DIST_SUBDIRS = src doc perf devices bindings examples EXTRA_DIST = \ -$(top_srcdir)/foreign/openpgm/@pgm2_basename@.tar.bz2 \ +$(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/@pgm2_basename@ + -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ distclean-local: - -rm -rf $(distdir)/foreign/openpgm/@pgm2_basename@ + -rm -rf $(distdir)/foreign/openpgm/@pgm_basename@ |