summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-12-03 12:13:41 -0800
committerPatrick Venture <venture@google.com>2018-12-03 12:13:41 -0800
commit4fe7efe8855f28e73278baa286eb45e221a15a1c (patch)
tree10ed4c854a2773db3b62caf11a5ff973d7cbc7dc /Makefile.am
parente04c004b21ede91a1feca00fc72ea54279e1abfb (diff)
downloadphosphor-host-ipmid-4fe7efe8855f28e73278baa286eb45e221a15a1c.tar.gz
phosphor-host-ipmid-4fe7efe8855f28e73278baa286eb45e221a15a1c.zip
build: Fix Makefile_am: drop LIBPAM
Drop LIBPAM because it is undefined. Change-Id: Ibcf4ee8b20b7d74f9641b63b2fab6da8fb43c689 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index beda315..b2dd2c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,7 @@ libuserlayer_la_LDFLAGS = \
$(PHOSPHOR_LOGGING_LIBS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
-lstdc++fs \
- $(LIBPAM) $(CRYPTO_LIBS) -lpam_misc -lssl \
+ $(CRYPTO_LIBS) -lpam_misc -lssl \
-version-info 0:0:0 -shared
libuserlayer_la_CXXFLAGS = \
$(SYSTEMD_CFLAGS) \
OpenPOWER on IntegriCloud