~ubuntu-branches/ubuntu/trusty/libssh/trusty-security

« back to all changes in this revision

Viewing changes to tests/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-12-12 14:29:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091212142912-ha5g2iibt6nfnjq8
Tags: 0.4.0-1
* New upstream release.
  - Bump soname
  - Adjust .symbols file
* Readd static library in -dev package
* Let dh_lintian install override file
* debian/README.Debian: Update file
* debian/rules: Add list-missing rule

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all: test_tunnel test_exec
 
1
all: test_tunnel test_exec test_pcap
2
2
CFLAGS=-I../include/ -g -Wall
3
3
LDFLAGS=-lssh -L../build/libssh/
4
4
 
8
8
test_exec: test_exec.o authentication.o connection.o
9
9
        gcc -o $@ $^ $(LDFLAGS)
10
10
 
 
11
test_pcap: test_pcap.o
 
12
        gcc -o $@ $^ $(LDFLAGS)
 
13
 
11
14
clean:
12
15
        rm -f *.o test_tunnel