From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 4 Jan 2007 00:20:44 -0000 Subject: [Cluster-devel] conga/ricci/ricci Makefile Message-ID: <20070104002044.22775.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2007-01-04 00:20:42 Modified files: ricci/ricci : Makefile Log message: fix a typo in the makefile.. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/ricci/Makefile.diff?cvsroot=cluster&r1=1.18&r2=1.19 --- conga/ricci/ricci/Makefile 2007/01/04 00:19:49 1.18 +++ conga/ricci/ricci/Makefile 2007/01/04 00:20:42 1.19 @@ -40,8 +40,7 @@ INCLUDE += `pkg-config --cflags dbus-1` CFLAGS += -CXXFLAGS += -DDBUS_MAJOR_VERSION="${dbus_major_version}" -DDBUS_MINOR_VERSIO -N="${dbus_minor_version}" +CXXFLAGS += -DDBUS_MAJOR_VERSION="${dbus_major_version}" -DDBUS_MINOR_VERSION="${dbus_minor_version}" LDFLAGS += `pkg-config --libs dbus-1`