nested-client: Fix build error

This commit is contained in:
Jason Ekstrand 2014-02-05 21:38:27 -06:00 committed by Kristian Høgsberg
parent c94d6229dc
commit ab39f4db0f

View File

@ -485,6 +485,7 @@ weston_nested_CFLAGS = $(CLIENT_CFLAGS)
weston_nested_client_SOURCES = clients/nested-client.c
weston_nested_client_LDADD = $(SIMPLE_EGL_CLIENT_LIBS) -lm
weston_nested_client_CFLAGS = $(CLIENT_CFLAGS)
endif
weston_eventdemo_SOURCES = clients/eventdemo.c