2 changed files with 26 additions and 3 deletions
@ -0,0 +1,21 @@
|
||||
Index: atk/Makefile.in
|
||||
--- atk/Makefile.in.orig 2003-05-12 09:40:27.000000000 +0200
|
||||
+++ atk/Makefile.in 2003-11-16 13:09:52.000000000 +0100
|
||||
@@ -145,7 +145,7 @@
|
||||
LDFLAGS = -version-info $(LT_VERSION_INFO) $(export_symbols) $(no_undefined) @DEP_LIBS@
|
||||
|
||||
|
||||
-libatkincludedir = $(includedir)/atk-1.0/atk
|
||||
+libatkincludedir = $(includedir)/atk-1.0
|
||||
|
||||
atk_headers = atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkimage.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktext.h atkutil.h atkvalue.h
|
||||
|
||||
Index: atk.pc.in
|
||||
--- atk.pc.in.orig 2002-03-05 18:27:29.000000000 +0100
|
||||
+++ atk.pc.in 2003-11-16 13:09:30.000000000 +0100
|
||||
@@ -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}
|
||||
Loading…
Reference in new issue