summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-03-06 22:47:01 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-03-06 22:47:01 -0500
commit3ea767d8945796a30fbe59c47d257e4e6d641458 (patch)
tree41a19fbc5a471a3f9e972f5e10746065998f25bb /test
parent134d2cb2b679ed64aee8d5d841de41577928c6d2 (diff)
downloadphosphor-inventory-manager-3ea767d8945796a30fbe59c47d257e4e6d641458.tar.gz
phosphor-inventory-manager-3ea767d8945796a30fbe59c47d257e4e6d641458.zip
Build: Makefile formatting changes
Whitespace changes only. Change-Id: I0ff90593850c4f79b56587a315caa0ca51df8936 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 07f8453..974623d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -11,13 +11,17 @@ extra_yamldir=$(top_srcdir)/example/extra_interfaces.d
phosphor_inventory_test_SOURCES = test.cpp
phosphor_inventory_test_LDADD = libtest.la
-phosphor_inventory_test_LDFLAGS = $(SDBSUPLUS_LIBS) $(PTHREAD_CFLAGS)
+phosphor_inventory_test_LDFLAGS = \
+ $(SDBSUPLUS_LIBS) \
+ $(PTHREAD_CFLAGS)
phosphor_inventory_test_CFLAGS = $(SDBUSPLUS_CFLAGS)
libtest_la_SOURCES = \
extra_ifaces.cpp \
generated.cpp
-libtest_la_LIBADD = $(top_builddir)/libmanagercommon.la $(SDBUSPLUS_LIBS)
+libtest_la_LIBADD = \
+ $(top_builddir)/libmanagercommon.la \
+ $(SDBUSPLUS_LIBS)
clean-local: clean-extra
OpenPOWER on IntegriCloud