summaryrefslogtreecommitdiff
path: root/progs/es1/xegl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'progs/es1/xegl/Makefile')
-rw-r--r--progs/es1/xegl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/es1/xegl/Makefile b/progs/es1/xegl/Makefile
index 7f684d68e3..6869c44306 100644
--- a/progs/es1/xegl/Makefile
+++ b/progs/es1/xegl/Makefile
@@ -20,6 +20,7 @@ ES1_LIBS = \
-L$(TOP)/$(LIB_DIR) -lGLESv1_CM $(LIBDRM_LIB) -lX11
PROGRAMS = \
+ bindtex \
drawtex \
es1_info \
msaa \
@@ -39,6 +40,10 @@ default: $(PROGRAMS)
+bindtex: bindtex.o $(ES1_LIB_DEPS)
+ $(CC) $(CFLAGS) bindtex.o $(ES1_LIBS) -o $@
+
+
drawtex: drawtex.o $(ES1_LIB_DEPS)
$(CC) $(CFLAGS) drawtex.o $(ES1_LIBS) -o $@