From: Jean Guyader Date: Thu, 21 Jan 2010 11:07:51 +0000 (+0000) Subject: xenpm-use-pkgconfig: Fix typo X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1abefcfaa24618531b14cd45687ad1fc0cc38107;p=xenclient%2Fxen-pq.git xenpm-use-pkgconfig: Fix typo --- diff --git a/master/xenpm-use-pkgconfig b/master/xenpm-use-pkgconfig index 18c9fad..c1068dc 100644 --- a/master/xenpm-use-pkgconfig +++ b/master/xenpm-use-pkgconfig @@ -1,5 +1,5 @@ diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile -index bf335af..be12894 100644 +index bf335af..09e3461 100644 --- a/tools/xenpmd/Makefile +++ b/tools/xenpmd/Makefile @@ -3,9 +3,9 @@ include $(XEN_ROOT)/tools/Rules.mk @@ -10,7 +10,7 @@ index bf335af..be12894 100644 +CFLAGS += $(shell pkg-config dbus-glib-1 --cflags) LDFLAGS += $(LDFLAGS_libxenstore) -LDFLAGS += -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lintl -+LDFLAGS += $(shell pkg-confing dbus-glib-1 --libs) -lpthread -lintl ++LDFLAGS += $(shell pkg-config dbus-glib-1 --libs) -lpthread -lintl BIN = xenpmd