]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
examples: Reformat $(AM_CPPFLAGS) and $(LDADDS)
authorAndrea Bolognani <abologna@redhat.com>
Wed, 22 May 2019 17:05:11 +0000 (19:05 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:13 +0000 (17:27 +0200)
This will make further changes easier to review.

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

index 9a32fd5d4a5ac242f6e10f92a56a6fdc3c4acf19..8f501498122f9e700db5972c0dfcebfb631ebfe4 100644 (file)
@@ -26,13 +26,19 @@ EXTRA_DIST = \
        $(wildcard $(srcdir)/xml/storage/*.xml) \
        $(wildcard $(srcdir)/xml/test/*.xml)
 
-
 AM_CPPFLAGS = \
-       -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir) \
-       $(WARN_CFLAGS)
-LDADD = $(STATIC_BINARIES) $(WARN_CFLAGS) \
+       -I$(top_builddir)/include \
+       -I$(top_srcdir)/include \
+       -I$(top_srcdir) \
+       $(WARN_CFLAGS) \
+       $(NULL)
+
+LDADD = \
+       $(STATIC_BINARIES) \
+       $(WARN_CFLAGS) \
        $(top_builddir)/src/libvirt.la \
-       $(top_builddir)/src/libvirt-admin.la
+       $(top_builddir)/src/libvirt-admin.la \
+       $(NULL)
 
 # List of example programs. We need to list them here instead of using
 # $(noinst_PROGRAMS) directly because we want to have access to the