Add drm build sources for expedite drm tests

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-02-12 08:20:48 +00:00
parent bccac2adec
commit ac729f10f4
1 changed files with 5 additions and 0 deletions

View File

@ -227,6 +227,11 @@ expedite_SOURCES += \
engine_wayland_shm.c engine_wayland_shm.h
endif
if BUILD_DRM
expedite_SOURCES += \
engine_drm.c engine_drm.h
endif
.rc.lo:
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@