[qpid-cpp] fix typo in makefile patch

Nuno Santos nsantos at fedoraproject.org
Mon Feb 14 19:08:37 UTC 2011


commit 7bdc24e87350b80eaf4cdd10615a0f1119c88bfc
Author: Nuno Santos <nsantos at redhat.com>
Date:   Mon Feb 14 14:08:34 2011 -0500

    fix typo in makefile patch

 fedora.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fedora.patch b/fedora.patch
index 27613a9..6c06f4b 100644
--- a/fedora.patch
+++ b/fedora.patch
@@ -4328,7 +4328,7 @@ Index: cpp/bindings/qmf2/examples/cpp/Makefile.am
  AM_CPPFLAGS = $(INCLUDE)
  
 -noinst_PROGRAMS=agent
-+noinst_PROGRAMS=agent list_agents print_events
++noinst_PROGRAMS=agent list_agents printevents
 +
  agent_SOURCES=agent.cpp
  agent_LDADD=$(top_builddir)/src/libqmf2.la
@@ -4336,8 +4336,8 @@ Index: cpp/bindings/qmf2/examples/cpp/Makefile.am
 +list_agents_SOURCES=list_agents.cpp
 +list_agents_LDADD=$(top_builddir)/src/libqmf2.la
 +
-+print_events_SOURCES=print_events.cpp
-+print_events_LDADD=$(top_builddir)/src/libqmf2.la
++printevents_SOURCES=printevents.cpp
++printevents_LDADD=$(top_builddir)/src/libqmf2.la
 Index: cpp/bindings/qmf2/examples/cpp/list_agents.cpp
 ===================================================================
 --- cpp/bindings/qmf2/examples/cpp/list_agents.cpp	(revision 0)


More information about the scm-commits mailing list