summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-04-14 13:59:45 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-04-14 14:30:57 -0400
commit574d342e50bb518fbe6805c046a975a0eea82a28 (patch)
tree04f0e33ca56e945ca19346abc6763ae4f98f008a
parent070889c6e70415412539f665cb78df38a896504f (diff)
Fix CFLAGS in .pc file
Includes should be in the Cflags. Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--gdbus-standalone.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbus-standalone.pc.in b/gdbus-standalone.pc.in
index c9bb5a6..390c4af 100644
--- a/gdbus-standalone.pc.in
+++ b/gdbus-standalone.pc.in
@@ -7,5 +7,5 @@ Name: GDBus (standalone)
Description: GLib D-Bus library (standalone)
Version: @VERSION@
Requires: glib-2.0,gobject-2.0,gio-2.0,gmodule-no-export-2.0
-Libs: -L${libdir} -lgdbus-standalone -I${includedir}/gdbus-standalone
-Cflags:
+Libs: -L${libdir} -lgdbus-standalone
+Cflags: -I${includedir}/gdbus-standalone