mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-14 11:06:59 +01:00
Missed one instance of pgm2
This commit is contained in:
parent
b09eeeb2fa
commit
df0c18ca17
@ -8,12 +8,12 @@ SUBDIRS = src doc $(DIR_PERF) devices bindings examples
|
|||||||
DIST_SUBDIRS = src doc perf devices bindings examples
|
DIST_SUBDIRS = src doc perf devices bindings examples
|
||||||
|
|
||||||
EXTRA_DIST = \
|
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.cpp \
|
||||||
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
|
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
-rm -rf $(distdir)/foreign/openpgm/@pgm2_basename@
|
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
|
||||||
distclean-local:
|
distclean-local:
|
||||||
-rm -rf $(distdir)/foreign/openpgm/@pgm2_basename@
|
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user