Skip to content

Commit

Permalink
Fix: Don't build the whole helper/ when only the helper protocol libr…
Browse files Browse the repository at this point in the history
…ary is needed

Without this patch the helper binary is built even when
`BUILTIN_HELPER` is set to false (i. e. when an external helper is
selected with configure).

Signed-off-by: Paul Wolneykien <manowar@altlinux.org>
  • Loading branch information
wolneykien committed Jan 6, 2022
1 parent bc81873 commit 5800e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if HAVE_PASSWD_HELPER
mate_screensaver_dialog_LDADD += \
../helper/libhelper-proto.a
../helper/libhelper-proto.a:
$(MAKE) -C ../helper
$(MAKE) -C ../helper libhelper-proto.a
endif

BUILT_SOURCES = \
Expand Down

0 comments on commit 5800e2c

Please sign in to comment.