From de80300e02efb93d3cf4bd06733dd8c691451de6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 29 Jan 2009 13:05:14 -0600 Subject: Changing the include directory from 1.0 to 0.1 which gives us more room to screw up --- libindicate/Makefile.am | 2 +- libindicate/indicate.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libindicate') diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 834af63..9fe05dc 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -14,7 +14,7 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = \ libindicate.la -libindicateincludedir=$(includedir)/libindicate-1.0/libindicate +libindicateincludedir=$(includedir)/libindicate-0.1/libindicate indicate_headers = \ indicator.h \ diff --git a/libindicate/indicate.pc.in b/libindicate/indicate.pc.in index 96ef15e..cdc79b6 100644 --- a/libindicate/indicate.pc.in +++ b/libindicate/indicate.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -Cflags: -I${includedir}/libindicate-1.0 +Cflags: -I${includedir}/libindicate-0.1 Requires: gtk+-2.0 dbus-glib-1 Libs: -L${libdir} -lindicate -- cgit v1.2.3