From e1d680ad556bc15b6e5821746a5fbc42a736aaf4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 3 Jun 2010 03:01:12 +0200 Subject: [PATCH] tests: build the right tests --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2ab79950..b255b7a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -288,7 +288,7 @@ test_engine_LDADD = $(systemd_LDADD) test_job_type_SOURCES = \ $(COMMON_SOURCES) \ - src/test-engine.c + src/test-job-type.c test_job_type_CPPFLAGS = $(systemd_CPPFLAGS) test_job_type_LDADD = $(systemd_LDADD) -- 2.39.5