~ubuntu-branches/ubuntu/precise/suricata/precise-proposed

« back to all changes in this revision

Viewing changes to libhtp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-06-19 17:39:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100619173914-5vkjfgz24mbia29z
Tags: 0.9.2-1
ImportedĀ UpstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        $(srcdir)/htp.pc.in $(top_srcdir)/configure AUTHORS COPYING \
44
44
        ChangeLog INSTALL NEWS
45
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
46
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
47
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
48
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
49
        $(top_srcdir)/configure.ac
47
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
51
        $(ACLOCAL_M4)
49
52
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
244
247
top_build_prefix = @top_build_prefix@
245
248
top_builddir = @top_builddir@
246
249
top_srcdir = @top_srcdir@
 
250
ACLOCAL_AMFLAGS = -I m4
247
251
SUBDIRS = $(GENERIC_LIBRARY_NAME) test
248
252
EXTRA_DIST = ChangeLog COPYING LICENSE LIBHTP_LICENSING_EXCEPTION docs/doxygen.conf docs/QUICK_START
249
253
pkgconfigdir = $(libdir)/pkgconfig