diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 64969db..031dd25 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -112,6 +112,10 @@ check_ide_smart_LDADD = $(BASEOBJS) | |||
112 | negate_LDADD = $(BASEOBJS) | 112 | negate_LDADD = $(BASEOBJS) |
113 | urlize_LDADD = $(BASEOBJS) | 113 | urlize_LDADD = $(BASEOBJS) |
114 | 114 | ||
115 | if !HAVE_UTMPX | ||
116 | check_users_LDADD += popen.o | ||
117 | endif | ||
118 | |||
115 | ############################################################################## | 119 | ############################################################################## |
116 | # secondary dependencies | 120 | # secondary dependencies |
117 | 121 | ||