You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
615 B
21 lines
615 B
Index: atk.pc.in |
|
--- atk.pc.in.orig 2007-06-05 09:16:12 +0200 |
|
+++ atk.pc.in 2007-09-30 11:14:54 +0200 |
|
@@ -8,4 +8,4 @@ |
|
Version: @VERSION@ |
|
Requires: @GLIB_PACKAGES@ |
|
Libs: -L${libdir} -latk-@ATK_API_VERSION@ |
|
-Cflags: -I${includedir}/atk-1.0 |
|
+Cflags: -I${includedir}/atk-1.0 -I${includedir} |
|
Index: atk/Makefile.in |
|
--- atk/Makefile.in.orig 2007-09-17 07:05:01 +0200 |
|
+++ atk/Makefile.in 2007-09-30 11:15:17 +0200 |
|
@@ -291,7 +291,7 @@ |
|
atkvalue.c \ |
|
atk-enum-types.c |
|
|
|
-libatkincludedir = $(includedir)/atk-1.0/atk |
|
+libatkincludedir = $(includedir)/atk-1.0 |
|
atk_headers = \ |
|
atk.h \ |
|
atkaction.h \
|
|
|