~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/roken/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 22409 2008-01-12 05:53:37Z lha $
 
1
# $Id: Makefile.am 23098 2008-04-27 18:50:27Z lha $
2
2
 
3
3
include $(top_srcdir)/Makefile.am.common
4
4
 
10
10
libroken_la_LDFLAGS = -version-info 19:0:1
11
11
libroken_la_CPPFLAGS = -DBUILD_ROKEN_LIB
12
12
 
13
 
# XXX this is needed for the LIBOBJS objects
14
 
CPPFLAGS = $(libroken_la_CPPFLAGS)
 
13
AM_CPPFLAGS += $(libroken_la_CPPFLAGS)
15
14
 
16
 
noinst_PROGRAMS = make-roken snprintf-test resolve-test
 
15
noinst_PROGRAMS = make-roken snprintf-test resolve-test rkpty
17
16
 
18
17
nodist_make_roken_SOURCES = make-roken.c
19
18
 
42
41
 
43
42
test_readenv_SOURCES = test-readenv.c test-mem.c
44
43
 
 
44
rkpty_LDADD = $(LIB_openpty) $(LDADD)
 
45
 
45
46
parse_time_test_SOURCES = parse_time-test.c test-mem.c
46
47
 
47
48
strpftime_test_SOURCES  = strpftime-test.c strpftime-test.h