~ubuntu-branches/ubuntu/saucy/suricata/saucy-updates

« back to all changes in this revision

Viewing changes to qa/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2013-05-21 12:42:45 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20130521124245-f083fzuw7z2w1db4
Tags: 1.4.1-1
* Imported Upstream version 1.4.1
* Install python control script (add dependency on python, and use
  dh_python2 for build)
* Bump Standards Version to 3.9.4
* Fix removal of pid file in init script (Closes: #700547)
  Thanks to Игорь Козинов <madvampik@gmail.com>.
* Add support for af-packet mode in init script (Closes: #697928).
  Thanks to Jamie Strandboge <jamie@ubuntu.com>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
HAVE_GIT_CMD = @HAVE_GIT_CMD@
141
141
HAVE_PCAP_CONFIG = @HAVE_PCAP_CONFIG@
142
142
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
143
HAVE_PYTHON_CONFIG = @HAVE_PYTHON_CONFIG@
143
144
INSTALL = @INSTALL@
144
145
INSTALL_DATA = @INSTALL_DATA@
145
146
INSTALL_PROGRAM = @INSTALL_PROGRAM@
147
148
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148
149
LD = @LD@
149
150
LDFLAGS = @LDFLAGS@
 
151
LIBHTPMAXVERSION_CFLAGS = @LIBHTPMAXVERSION_CFLAGS@
 
152
LIBHTPMAXVERSION_LIBS = @LIBHTPMAXVERSION_LIBS@
150
153
LIBHTPMINVERSION_CFLAGS = @LIBHTPMINVERSION_CFLAGS@
151
154
LIBHTPMINVERSION_LIBS = @LIBHTPMINVERSION_LIBS@
152
155
LIBOBJS = @LIBOBJS@