diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-03-06 22:47:01 -0500 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-03-06 22:47:01 -0500 |
| commit | 3ea767d8945796a30fbe59c47d257e4e6d641458 (patch) | |
| tree | 41a19fbc5a471a3f9e972f5e10746065998f25bb | |
| parent | 134d2cb2b679ed64aee8d5d841de41577928c6d2 (diff) | |
| download | phosphor-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>
| -rw-r--r-- | Makefile.am | 14 | ||||
| -rw-r--r-- | test/Makefile.am | 8 |
2 files changed, 17 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 1e7ed65..b6871d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,13 +16,21 @@ libmanagercommon_la_SOURCES = \ errors.cpp \ functor.cpp \ manager.cpp -libmanagercommon_la_LIBADD = $(SDBUSPLUS_LIBS) $(PHOSPHOR_DBUS_INTERFACES_LIBS) $(PHOSPHOR_LOGGING_LIBS) -libmanagercommon_la_CFLAGS = $(SDBUSPLUS_CFLAGS) $(PHOSPHOR_DBUS_INTERACES_CFLAGS) $(PHOSPHOR_LOGGING_CFLAGS) +libmanagercommon_la_LIBADD = \ + $(SDBUSPLUS_LIBS) \ + $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ + $(PHOSPHOR_LOGGING_LIBS) +libmanagercommon_la_CFLAGS = \ + $(SDBUSPLUS_CFLAGS) \ + $(PHOSPHOR_DBUS_INTERACES_CFLAGS) \ + $(PHOSPHOR_LOGGING_CFLAGS) libmanager_la_SOURCES = \ extra_ifaces.cpp \ generated.cpp -libmanager_la_LIBADD = libmanagercommon.la $(SDBUSPLUS_LIBS) +libmanager_la_LIBADD = \ + libmanagercommon.la \ + $(SDBUSPLUS_LIBS) clean-local: clean-extra 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 |

