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

Unified Diff: client/deps/glbench/src/Makefile

Issue 3110010: [autotest] Update to compile against new libchrome (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: Created 10 years, 4 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 | client/deps/glbench/src/textureupdatetest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/Makefile
diff --git a/client/deps/glbench/src/Makefile b/client/deps/glbench/src/Makefile
index be756c0fd18fa82de6b769ed29bb6cfeb7d4be4d..0d93161d70df0ece63324c012c135d0b465fd0b4 100644
--- a/client/deps/glbench/src/Makefile
+++ b/client/deps/glbench/src/Makefile
@@ -22,7 +22,7 @@ SOURCES_ALL = $(SOURCES_COMMON) \
$(SOURCES_WINDOWMANAGERTEST)
CXXFLAGS = -g -Wall -Werror
-LDFLAGS = -lbase -lrt -lgflags
+LDFLAGS = -lbase -lrt -lgflags -lglib-2.0
# To compile outside of chroot, use the following two lines:
#CXXFLAGS += -I../../../../../../chrome/files
#LDFLAGS += -L../../../../../../chrome
« no previous file with comments | « no previous file | client/deps/glbench/src/textureupdatetest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698