diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c78968fc03..b887d2621c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -290,7 +290,8 @@ systemd_LDADD = \ $(DBUS_LIBS) \ $(UDEV_LIBS) \ $(CGROUP_LIBS) \ - $(LIBWRAP_LIBS) + $(LIBWRAP_LIBS) \ + $(PAM_LIBS) test_engine_SOURCES = \ $(COMMON_SOURCES) \ |