From: Mark Wooding Date: Mon, 29 Dec 2008 21:54:42 +0000 (+0000) Subject: priv: Fix build. X-Git-Tag: 1.0.0pre8~33 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/f4d9c34f7f283f0281c58f9ce55846cea55745b6 priv: Fix build. This fixes a logical conflict between the privilege separation branch and commit 7bd7331ea55fc27573035d343fe949cc15fa9047. --- diff --git a/priv/Makefile.am b/priv/Makefile.am index 7c8ad95e..37650d16 100644 --- a/priv/Makefile.am +++ b/priv/Makefile.am @@ -29,6 +29,8 @@ noinst_LIBRARIES = libpriv.a libexec_PROGRAMS = tripe-privhelper man_MANS = +LDADD = $(libpriv) $(libtripe) $(mLib_LIBS) + ###-------------------------------------------------------------------------- ### Library. @@ -45,7 +47,6 @@ libpriv_a_SOURCES += comm.c ## The progam itself. tripe_privhelper_SOURCES = helper.c -tripe_privhelper_LDADD = $(libpriv) $(libtripe) ## Manual page. man_MANS += tripe-privhelper.8