| 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
|
|
|