From: Andrea Bolognani Date: Tue, 21 May 2019 12:08:35 +0000 (+0200) Subject: examples: Drop object_events_event_test_CFLAGS X-Git-Tag: v5.5.0-rc1~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91dfc4890cdd7407129ce2c15561eeb19d8cdc7;p=thirdparty%2Flibvirt.git examples: Drop object_events_event_test_CFLAGS $(AM_CPPFLAGS) already includes $(WARN_CFLAGS), so this is not doing anything useful. Signed-off-by: Andrea Bolognani Acked-by: Michal Privoznik --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 11c9f44917..9a32fd5d4a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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