clients: Remove $(toolkit_libs) from weston_screensaver_CFLAGS

The typo that broke the build.
This commit is contained in:
Kristian Høgsberg 2012-10-29 17:15:54 -04:00
parent e530a0a240
commit 6326c5de82

View File

@ -186,7 +186,7 @@ weston_screensaver_SOURCES = \
glmatrix.c \
matrix3.xpm
weston_screensaver_LDADD = $(toolkit_libs) $(GLU_LIBS)
weston_screensaver_CFLAGS = $(toolkit_libs) $(GLU_CFLAGS)
weston_screensaver_CFLAGS = $(GLU_CFLAGS)
endif
endif