X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=app%2Fxte%2FMakefile;h=84f64ba3ccbf7e31505d90dbafb33136a93243b7;hb=316d55cd15a5fde929435a0e92c48d5f7655a94e;hp=b602e8002b92fdf13db1b97780afde800f46f5c3;hpb=3e282e414adc36ba4951dbcf485f47cb99421c40;p=free-sw%2Fxcb%2Fdemo diff --git a/app/xte/Makefile b/app/xte/Makefile index b602e80..84f64ba 100644 --- a/app/xte/Makefile +++ b/app/xte/Makefile @@ -1,6 +1,6 @@ -pkgs = xcb xcb-keysyms +pkgs = xcb xcb-keysyms xcb-xtest CFLAGS = `pkg-config --cflags $(pkgs)` -g -Wall -Wpointer-arith -Wstrict-prototypes -LIBS = `pkg-config --libs $(pkgs)` -lXCBxtest +LIBS = `pkg-config --libs $(pkgs)` xte: xte.c $(CC) $(CFLAGS) xte.c $(LIBS) -o xte