Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: Makefile

Issue 6551022: Move lbase after lcrosapi. (Closed) Base URL: http://git.chromium.org/git/image-burner.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 4d4924706c41acc30f1119c06c9760038d184f05..75da3c7d056db55b7857e6f6bef58fbc2a8fbf80 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
XXFLAGS ?= -Wall -Werror -g
PKG_CONFIG ?= pkg-config
-BASE_LIBS = -lbase -lpthread -lrt -lchromeos -lz -lcrosapi -ldl -lrootdev
+BASE_LIBS = -lpthread -lrt -lchromeos -lz -lcrosapi -lbase -ldl -lrootdev
LIBS = $(BASE_LIBS)
TEST_LIBS = $(BASE_LIBS)
INCLUDE_DIRS = -I.. \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698