/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: 2011-07-13 02:24:39 UTC
  • mfrom: (24.1.174 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20110713022439-wbv6kghshdsc2x24
Merge from Björn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 \