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

Unified Diff: Makefile

Issue 3443005: Added ext library to chrontel -l list so that it is explicitly passed to the linker. (Closed) Base URL: http://git.chromium.org/git/chrontel.git
Patch Set: Created 10 years, 3 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 a2b809e0fbb60c757dc3e3e016de9f7fcd1e1219..9840d232c079c511520f4c83c865b283c725b9ad 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CCFLAGS ?= -Wall -Werror
PKG_CONFIG ?= pkg-config
INCLUDE_DIRS = $(shell $(PKG_CONFIG) --cflags x11 xrandr)
-LIB_DIRS = $(shell $(PKG_CONFIG) --libs x11 xrandr)
+LIB_DIRS = $(shell $(PKG_CONFIG) --libs x11 xrandr xext)
MON=ch7036_monitor
BUG=ch7036_debug
« 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