From 4fe7efe8855f28e73278baa286eb45e221a15a1c Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 3 Dec 2018 12:13:41 -0800 Subject: build: Fix Makefile_am: drop LIBPAM Drop LIBPAM because it is undefined. Change-Id: Ibcf4ee8b20b7d74f9641b63b2fab6da8fb43c689 Signed-off-by: Patrick Venture --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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) \ -- cgit v1.2.1