~ubuntu-branches/ubuntu/saucy/dsniff/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): William Vera
  • Date: 2011-06-15 00:43:02 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110615004302-k4ppsvvodyw2yurx
Tags: 2.4b1+debian-21
* Changed patch system to quilt from dpatch. 
* Updated debian/README.source for quilt. 
* Removed lintian override. 
* Cleanup the debian/rules. 
* Build-Depend changed to libdb-dev (>= 4.7) (Closes: #548478). 
* Added urlsnarf patch (Closes: #573365).
   + Thanks Hilko Bengen. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
install_prefix  =
12
12
prefix          = @prefix@
13
13
exec_prefix     = @exec_prefix@
14
 
libdir          = @libdir@
 
14
libdir          = $(prefix)/share/dsniff
15
15
sbindir         = @sbindir@
16
16
mandir          = @mandir@
17
17
 
37
37
X11INC  = @X_CFLAGS@
38
38
X11LIB  = @X_LIBS@ @X_PRE_LIBS@ -lXmu -lX11 @X_EXTRA_LIBS@
39
39
 
40
 
INCS    = -I. $(NIDSINC) $(PCAPINC) $(LNETINC) $(DBINC) $(SSLINC) $(X11INC) \
41
 
          -I$(srcdir)/missing
 
40
INCS    = -I. $(X11INC) -I$(srcdir)/missing 
42
41
LIBS    = @LIBS@ -L$(srcdir) -lmissing
43
42
 
44
43
INSTALL = @INSTALL@