diff options
| author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-02-16 11:10:40 -0500 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-02-16 11:10:40 -0500 |
| commit | bf86e72ebc4b33264ac0d8d6c8f0383f76b44e0f (patch) | |
| tree | a7ad5353f14d42382bb728e07fecaa6e6d8d5057 /test | |
| parent | 30dbceec70d96487016b129334ba539b9e161c08 (diff) | |
| download | phosphor-hwmon-bf86e72ebc4b33264ac0d8d6c8f0383f76b44e0f.tar.gz phosphor-hwmon-bf86e72ebc4b33264ac0d8d6c8f0383f76b44e0f.zip | |
Link to libphosphor_dbus
Remove manually generated server bindings.
Change-Id: I77ccda7f669d58f55e86ee5887dbbb380c673390
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index efdc8c7..0d7d7a0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,6 +3,6 @@ noinst_PROGRAMS = phosphor-hwmon-test phosphor_hwmon_test_SOURCES = \ test.cpp -phosphor_hwmon_test_LDFLAGS = $(SYSTEMD_LIBS) $(PTHREAD_CFLAGS) -phosphor_hwmon_test_CFLAGS = $(SYSTEMD_CFLAGS) +phosphor_hwmon_test_LDFLAGS = $(SDBUSPLUS_LIBS) $(PTHREAD_CFLAGS) +phosphor_hwmon_test_CFLAGS = $(SDBUSPLUS_CFLAGS) phosphor_hwmon_test_LDADD = ${top_builddir}/libhwmon.la |

