diff --git a/clients/Makefile.am b/clients/Makefile.am index f3999bff..8233e381 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -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) diff --git a/clients/simple-client.c b/clients/simple-egl.c similarity index 100% rename from clients/simple-client.c rename to clients/simple-egl.c