~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to lib/libLtdl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2009-09-24 14:51:06 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (20.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090924145106-38jgrzmj0d73pha5
Tags: 3.1.0.13-1
* Upload to experimental

* New upstream release
  - Fixes Follow-X-Forwarded-For support (Closes: #523943)
  - Adds IPv6 support (Closes: #432351)

* debian/rules
  - Removed obsolete configuration options
  - Enable db and radius basic authentication modules

* debian/patches/01-cf.data.debian
  - Adapted to new upstream version

* debian/patches/02-makefile-defaults
  - Adapted to new upstream version

* debian/{squid.postinst,squid.rc,README.Debian,watch}
  - Updated references to squid 3.1

* debian/squid3.install
  - Install CSS file for error pages
  - Install manual pages for new authentication modules

* debian/squid3-common.install
  - Install documented version of configuration file in /usr/share/doc/squid3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS = no-dependencies foreign
 
4
 
 
5
if INSTALL_LTDL
 
6
include_HEADERS = ltdl.h
 
7
lib_LTLIBRARIES = libltdl.la
 
8
else
 
9
noinst_HEADERS = ltdl.h
 
10
endif
 
11
 
 
12
if CONVENIENCE_LTDL
 
13
noinst_LTLIBRARIES = libltdlc.la
 
14
endif
 
15
 
 
16
## Make sure these will be cleaned even when they're not built by
 
17
## default.
 
18
CLEANFILES = libltdl.la libltdlc.la
 
19
 
 
20
libltdl_la_SOURCES = ltdl.c
 
21
libltdl_la_LDFLAGS = -no-undefined -version-info 4:6:1
 
22
libltdl_la_LIBADD = $(LIBADD_DL)
 
23
 
 
24
libltdlc_la_SOURCES = ltdl.c
 
25
libltdlc_la_LIBADD = $(LIBADD_DL)
 
26
 
 
27
## Because we do not have automatic dependency tracking:
 
28
ltdl.lo: ltdl.h config.h
 
29
 
 
30
$(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
 
31
libtool: $(LIBTOOL_DEPS)
 
32
        $(SHELL) ./config.status --recheck