]> xenbits.xensource.com Git - libvirt.git/commitdiff
examples: Drop object_events_event_test_CFLAGS
authorAndrea Bolognani <abologna@redhat.com>
Tue, 21 May 2019 12:08:35 +0000 (14:08 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:11 +0000 (17:27 +0200)
$(AM_CPPFLAGS) already includes $(WARN_CFLAGS), so this is
not doing anything useful.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
examples/Makefile.am

index 11c9f449174a7dfc36ce4e143dace1895d335595..9a32fd5d4a5ac242f6e10f92a56a6fdc3c4acf19 100644 (file)
@@ -67,9 +67,6 @@ domsuspend_suspend_SOURCES = domsuspend/suspend.c
 domtop_domtop_SOURCES = domtop/domtop.c
 hellolibvirt_hellolibvirt_SOURCES = hellolibvirt/hellolibvirt.c
 
-object_events_event_test_CFLAGS = \
-               $(WARN_CFLAGS) \
-               $(NULL)
 object_events_event_test_SOURCES = object-events/event-test.c
 
 openauth_openauth_SOURCES = openauth/openauth.c