clients: Rename simple-client to simple-egl

This commit is contained in:
Kristian Høgsberg 2011-07-21 08:41:24 -07:00
parent 93165e3e23
commit 2669f72e95
2 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ noinst_PROGRAMS = $(clients_programs) \
$(simple_clients_programs)
if BUILD_SIMPLE_CLIENTS
simple_clients_programs = simple-client simple-shm
simple_client_SOURCES = simple-client.c
simple_client_LDADD = $(SIMPLE_CLIENT_LIBS) -lm
simple_clients_programs = simple-egl simple-shm
simple_egl_SOURCES = simple-egl.c
simple_egl_LDADD = $(SIMPLE_CLIENT_LIBS) -lm
simple_shm_SOURCES = simple-shm.c
simple_shm_LDADD = $(SIMPLE_CLIENT_LIBS)