/mandos/trunk

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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2019-07-14 22:46:19 UTC
  • Revision ID: teddy@recompile.se-20190714224619-9pgrmnr2963qfo5u
Makefile: Break long lines

* Makefile (USER, GROUP, LDFLAGS): Break long lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
# Need to add the GnuTLS, Avahi and GPGME libraries
261
261
plugins.d/mandos-client: plugins.d/mandos-client.c
262
262
        $(LINK.c) $^ $(GNUTLS_CFLAGS) $(AVAHI_CFLAGS) $(strip\
263
 
                ) $(GPGME_CFLAGS) $(GNUTLS_LIBS) $(strip\
 
263
                ) $(GPGME_CFLAGS) -lrt $(GNUTLS_LIBS) $(strip\
264
264
                ) $(AVAHI_LIBS) $(GPGME_LIBS) $(LOADLIBES) $(strip\
265
265
                ) $(LDLIBS) -o $@
266
266
 
282
282
maintainer-clean: clean
283
283
        -rm --force --recursive keydir confdir statedir
284
284
 
285
 
check: all
 
285
check:  all
286
286
        ./mandos --check
287
287
        ./mandos-ctl --check
288
 
        ./mandos-keygen --version
289
 
        ./plugin-runner --version
290
 
        ./plugin-helpers/mandos-client-iprouteadddel --version
291
288
 
292
289
# Run the client with a local config and key
293
290
run-client: all keydir/seckey.txt keydir/pubkey.txt keydir/tls-privkey.pem keydir/tls-pubkey.pem