summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-26 15:16:01 +0000
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-03-26 15:16:01 +0000
commit9248f187350db7833a1feb1e901044e995061f0b (patch)
treef4cea837c4a288246b93f01530040430d7176366 /tests/Makefile.am
parent22fe28b8236b963108118f7888ccc21e9e696c43 (diff)
downloadgst-vaapi-9248f187350db7833a1feb1e901044e995061f0b.tar.gz
Factor out image utilities.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 12ab814e..85e326c0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -42,7 +42,7 @@ test_surfaces_SOURCES = test-surfaces.c
test_surfaces_CFLAGS = $(TEST_CFLAGS) $(TEST_X11_CFLAGS)
test_surfaces_LDADD = $(TEST_LIBS) $(TEST_X11_LIBS)
-test_windows_SOURCES = test-windows.c
+test_windows_SOURCES = test-windows.c image.c
test_windows_CFLAGS = $(TEST_CFLAGS) $(TEST_X11_CFLAGS)
test_windows_LDADD = $(TEST_LIBS) $(TEST_X11_LIBS)