Line 0
Link Here
|
|
|
1 |
--- src/kml/base/Makefile.in.orig 2015-04-25 08:51:41 UTC |
2 |
+++ src/kml/base/Makefile.in |
3 |
@@ -69,8 +69,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" |
4 |
libLTLIBRARIES_INSTALL = $(INSTALL) |
5 |
LTLIBRARIES = $(lib_LTLIBRARIES) |
6 |
libkmlbase_la_DEPENDENCIES = \ |
7 |
- $(top_builddir)/third_party/libminizip.la \ |
8 |
- $(top_builddir)/third_party/liburiparser.la |
9 |
+ $(top_builddir)/third_party/libminizip.la |
10 |
am_libkmlbase_la_OBJECTS = attributes.lo csv_splitter.lo date_time.lo \ |
11 |
expat_handler_ns.lo expat_parser.lo file.lo file_posix.lo \ |
12 |
math_util.lo mimetypes.lo referent.lo string_util.lo \ |
13 |
@@ -160,7 +159,6 @@ math_util_test_LINK = $(LIBTOOL) --tag=C |
14 |
am_net_cache_test_OBJECTS = net_cache_test-net_cache_test.$(OBJEXT) |
15 |
net_cache_test_OBJECTS = $(am_net_cache_test_OBJECTS) |
16 |
net_cache_test_DEPENDENCIES = libkmlbase.la \ |
17 |
- $(top_builddir)/third_party/liburiparser.la \ |
18 |
$(top_builddir)/third_party/libgtest.la |
19 |
net_cache_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
20 |
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
21 |
@@ -201,7 +199,6 @@ am_uri_parser_test_OBJECTS = \ |
22 |
uri_parser_test-uri_parser_test.$(OBJEXT) |
23 |
uri_parser_test_OBJECTS = $(am_uri_parser_test_OBJECTS) |
24 |
uri_parser_test_DEPENDENCIES = libkmlbase.la \ |
25 |
- $(top_builddir)/third_party/liburiparser.la \ |
26 |
$(top_builddir)/third_party/libgtest.la |
27 |
uri_parser_test_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
28 |
$(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
29 |
@@ -443,7 +440,6 @@ top_srcdir = @top_srcdir@ |
30 |
AM_CPPFLAGS = -I$(top_srcdir)/src \ |
31 |
-I$(top_srcdir)/third_party/boost_1_34_1 \ |
32 |
-I$(top_srcdir)/third_party/googletest-r108/include \ |
33 |
- -I$(top_srcdir)/third_party/uriparser-0.7.5/include \ |
34 |
-I$(top_srcdir)/third_party/zlib-1.2.3/contrib |
35 |
|
36 |
@GCC_TRUE@AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter -fno-rtti |
37 |
@@ -470,7 +466,7 @@ libkmlbase_la_SOURCES = \ |
38 |
|
39 |
libkmlbase_la_LIBADD = \ |
40 |
$(top_builddir)/third_party/libminizip.la \ |
41 |
- $(top_builddir)/third_party/liburiparser.la |
42 |
+ -luriparser |
43 |
|
44 |
|
45 |
# These header files will be installed in $(includedir)/kml/base |
46 |
@@ -551,7 +547,7 @@ math_util_test_LDADD = libkmlbase.la \ |
47 |
net_cache_test_SOURCES = net_cache_test.cc |
48 |
net_cache_test_CXXFLAGS = -DDATADIR=\"$(DATA_DIR)\" $(AM_TEST_CXXFLAGS) |
49 |
net_cache_test_LDADD = libkmlbase.la \ |
50 |
- $(top_builddir)/third_party/liburiparser.la \ |
51 |
+ -luriparser \ |
52 |
$(top_builddir)/third_party/libgtest.la |
53 |
|
54 |
referent_test_SOURCES = referent_test.cc |
55 |
@@ -577,7 +573,7 @@ time_util_test_LDADD = libkmlbase.la \ |
56 |
uri_parser_test_SOURCES = uri_parser_test.cc |
57 |
uri_parser_test_CXXFLAGS = -DDATADIR=\"$(DATA_DIR)\" $(AM_TEST_CXXFLAGS) |
58 |
uri_parser_test_LDADD = libkmlbase.la \ |
59 |
- $(top_builddir)/third_party/liburiparser.la \ |
60 |
+ -luriparser \ |
61 |
$(top_builddir)/third_party/libgtest.la |
62 |
|
63 |
util_test_SOURCES = util_test.cc |