/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to Makefile

* plugins.d/mandos-client.c (main): Do not even try to work around
                                    Debian bug 633582 if --seckey or
                                    --pubkey specifies a different
                                    directory.  Bug fix: Remove all
                                    files in GPG temporary directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
OPTIMIZE=-Os
24
24
LANGUAGE=-std=gnu99
25
25
htmldir=man
26
 
version=1.3.0
 
26
version=1.3.1
27
27
SED=sed
28
28
 
29
29
## Use these settings for a traditional /usr/local install
210
210
                $@)
211
211
 
212
212
plugins.d/mandos-client: plugins.d/mandos-client.c
213
 
        $(LINK.c) $^ $(GNUTLS_LIBS) $(AVAHI_LIBS) $(strip\
 
213
        $(LINK.c) $^ -lrt $(GNUTLS_LIBS) $(AVAHI_LIBS) $(strip\
214
214
                ) $(GPGME_LIBS) $(LOADLIBES) $(LDLIBS) -o $@
215
215
 
216
216
.PHONY : all doc html clean distclean run-client run-server install \