diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-02-12 08:20:48 +0000 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-02-12 08:20:48 +0000 |
commit | ac729f10f486d69676904cc3f22908512297ae1a (patch) | |
tree | deab5a25f5dd759598ef2cb011728324c86ebb72 | |
parent | bccac2adec6dcc52620734d57220efcc95052c02 (diff) |
Add drm build sources for expedite drm tests
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/bin/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 59530ff..0a0bc5a 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am | |||
@@ -227,6 +227,11 @@ expedite_SOURCES += \ | |||
227 | engine_wayland_shm.c engine_wayland_shm.h | 227 | engine_wayland_shm.c engine_wayland_shm.h |
228 | endif | 228 | endif |
229 | 229 | ||
230 | if BUILD_DRM | ||
231 | expedite_SOURCES += \ | ||
232 | engine_drm.c engine_drm.h | ||
233 | endif | ||
234 | |||
230 | .rc.lo: | 235 | .rc.lo: |
231 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@ | 236 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --tag=RC --mode=compile $(RC) $(RCFLAGS) $< -o $@ |
232 | 237 | ||