clients: Remove $(toolkit_libs) from weston_screensaver_CFLAGS

The typo that broke the build.
Kristian Høgsberg 12 years ago
parent e530a0a240
commit 6326c5de82
  1. 2
      clients/Makefile.am

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

Loading…
Cancel
Save