diff --git a/Makefile.am b/Makefile.am index 64e07c44c..321c24135 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1619,7 +1619,7 @@ noinst_LTLIBRARIES += \ surface_screenshot_la_LIBADD = libshared.la $(test_module_libadd) surface_screenshot_la_LDFLAGS = $(test_module_ldflags) surface_screenshot_la_CFLAGS = $(AM_CFLAGS) $(COMPOSITOR_CFLAGS) -surface_screenshot_la_SOURCES = tests/surface-screenshot.c +surface_screenshot_la_SOURCES = tests/surface-screenshot-test.c # diff --git a/tests/surface-screenshot.c b/tests/surface-screenshot-test.c similarity index 100% rename from tests/surface-screenshot.c rename to tests/surface-screenshot-test.c