diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2014-02-05 21:38:27 -0600 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-02-05 20:36:18 -0800 |
commit | ab39f4db0f80a8d82b77ddfeb6a253828fc79180 (patch) | |
tree | e1eef402fa99d0d8e5d3b4fd2240ce7a7a7de8ef /Makefile.am | |
parent | c94d6229dc066d1a9de1e0c32be523e3ec9dbb94 (diff) | |
download | weston-ab39f4db0f80a8d82b77ddfeb6a253828fc79180.tar.gz weston-ab39f4db0f80a8d82b77ddfeb6a253828fc79180.tar.bz2 weston-ab39f4db0f80a8d82b77ddfeb6a253828fc79180.zip |
nested-client: Fix build error
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 21b2b171..5e8556b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |