~ubuntu-branches/ubuntu/trusty/pgbouncer/trusty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2013-06-18 13:11:40 UTC
  • mfrom: (20.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130618131140-56rsenkvnwnph94w
Tags: 1.5.4-4
Use PGUSER/PGPASSWORD in debian/tests/connect; unset TMPDIR.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
pgbouncer_CPPFLAGS = -Iinclude
44
44
 
 
45
# include libusual sources directly
 
46
AM_FEATURES = libusual
45
47
pgbouncer_EMBED_LIBUSUAL = 1
46
48
 
47
49
# docs to install as-is
67
69
LIBUSUAL_DIST = $(filter-out %/config.h, $(wildcard \
68
70
                lib/usual/*.[chg] lib/m4/*.m4 \
69
71
                lib/usual/config.h.in \
 
72
                lib/mk/*.mk \
70
73
                lib/mk/antimake.mk lib/mk/antimake.txt \
71
74
                lib/mk/install-sh lib/mk/std-autogen.sh \
72
75
                lib/README lib/COPYRIGHT \
80
83
# win32
81
84
#
82
85
 
83
 
pgbouncer_LIBS := $(LIBS)
 
86
pgbouncer_LDADD := $(LIBS)
84
87
LIBS :=
85
88
 
86
89
EXTRA_pgbouncer_SOURCES = win32/win32support.c win32/win32support.h