From a4248ddef7e2a6ad68758fea748c1a9018716508 Mon Sep 17 00:00:00 2001 From: PureW Date: Tue, 19 May 2009 04:40:43 +0800 Subject: [PATCH] Added library needed for compilation Signed-off-by: James Turk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5740f53..a9237e7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: test.cpp GLFT_Font.cpp - g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype -pthread `freetype-config --cflags` + g++ GLFT_Font.cpp test.cpp -o test -Wall -pedantic -lglfw -lGL -lfreetype -pthread -lXrandr `freetype-config --cflags` glftfont.tar.gz: tar -czf glftfont.tar.gz GLFT_Font.cpp GLFT_Font.hpp index.html README test.cpp Makefile