[gnome-desktop-testing/wip/no-autotools: 2/8] build: Actually use the WARN_CFLAGS




commit 8440e7469bf10c9580e63b2d710b8bd232605462
Author: Simon McVittie <smcv collabora com>
Date:   Tue Jun 29 17:14:12 2021 +0100

    build: Actually use the WARN_CFLAGS
    
    Signed-off-by: Simon McVittie <smcv collabora com>

 Makefile-tests.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile-tests.am b/Makefile-tests.am
index f91c13d..2c8cccf 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -18,5 +18,5 @@
 bin_PROGRAMS += gnome-desktop-testing-runner
 gnome_desktop_testing_runner_SOURCES = src/gnome-desktop-testing-runner.c
 gnome_desktop_testing_runner_CPPFLAGS = $(AM_CPPFLAGS)
-gnome_desktop_testing_runner_CFLAGS = $(BUILDDEP_GDT_CFLAGS) $(SYSTEMD_CFLAGS)
+gnome_desktop_testing_runner_CFLAGS = $(AM_CFLAGS) $(BUILDDEP_GDT_CFLAGS) $(SYSTEMD_CFLAGS)
 gnome_desktop_testing_runner_LDADD = $(BUILDDEP_GDT_LIBS) $(SYSTEMD_LIBS)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]