Skip to content

Commit

Permalink
Missed one instance of pgm2
Browse files Browse the repository at this point in the history
  • Loading branch information
mato committed Feb 15, 2010
1 parent b09eeeb commit df0c18c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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@

0 comments on commit df0c18c

Please sign in to comment.