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
795 B
21 lines
795 B
Index: libsoup-2.4.pc.in |
|
--- libsoup-2.4.pc.in.orig 2008-10-31 18:48:41 +0100 |
|
+++ libsoup-2.4.pc.in 2009-04-09 12:40:09 +0200 |
|
@@ -9,4 +9,4 @@ |
|
Requires: glib-2.0 gobject-2.0 gio-2.0 |
|
Requires.private: libxml-2.0 @SSL_REQUIREMENT@ |
|
Libs: -L${libdir} -lsoup-2.4 |
|
-Cflags: -I${includedir}/libsoup-2.4 |
|
+Cflags: -I${includedir} |
|
Index: libsoup/Makefile.in |
|
--- libsoup/Makefile.in.orig 2009-03-16 17:15:47 +0100 |
|
+++ libsoup/Makefile.in 2009-04-09 12:39:54 +0200 |
|
@@ -296,7 +296,7 @@ |
|
MKENUMS_GENERATED = soup-enum-types.c soup-enum-types.h |
|
BUILT_SOURCES = $(MARSHAL_GENERATED) $(MKENUMS_GENERATED) |
|
CLEANFILES = $(MARSHAL_GENERATED) $(MKENUMS_GENERATED) |
|
-libsoupincludedir = $(includedir)/libsoup-2.4/libsoup |
|
+libsoupincludedir = $(includedir)/libsoup |
|
soup_headers = \ |
|
soup.h \ |
|
soup-address.h \
|
|
|