diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-29 18:30:46 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:09 +0100 |
commit | 29baacf3a5bb773d94d08d16b81c3cda45a44eb6 (patch) | |
tree | 1dc3ca456151138ee5e8b7cf88b3afcecc3df1db /macosx | |
parent | 3d51e116a84ee168975bcee8377e9156f77e2731 (diff) | |
download | qtlocation-mapboxgl-29baacf3a5bb773d94d08d16b81c3cda45a44eb6.tar.gz |
refactor makefile
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/main.mm | 2 | ||||
-rw-r--r-- | macosx/mapboxgl-app.gyp | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/macosx/main.mm b/macosx/main.mm index 5c6e67d1bd..d61d7d16bf 100644 --- a/macosx/main.mm +++ b/macosx/main.mm @@ -3,7 +3,7 @@ #include <mbgl/platform/darwin/log_nslog.hpp> #include <mbgl/platform/darwin/Reachability.h> #include <mbgl/platform/default/glfw_view.hpp> -#include <mbgl/storage/default/default_file_source.hpp> +#include <mbgl/storage/default_file_source.hpp> #include <mbgl/storage/default/sqlite_cache.hpp> #include <mbgl/storage/network_status.hpp> diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp index 9221d7b386..37280286e5 100644 --- a/macosx/mapboxgl-app.gyp +++ b/macosx/mapboxgl-app.gyp @@ -14,9 +14,11 @@ 'dependencies': [ '../mbgl.gyp:bundle_styles', - '../mbgl.gyp:<(core_library)', - '../mbgl.gyp:<(platform_library)', - '../mbgl.gyp:<(storage_library)', + '../mbgl.gyp:core', + '../mbgl.gyp:platform-<(platform_lib)', + '../mbgl.gyp:http-<(http_lib)', + '../mbgl.gyp:asset-<(asset_lib)', + '../mbgl.gyp:cache-<(cache_lib)', ], 'sources': [ |