~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to lib/roken/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-07-21 17:40:58 UTC
  • mfrom: (1.1.12 upstream) (2.4.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721174058-byiuowgocek307cs
Tags: 1.5~pre2+git20110720-2
Fix dependency on pthreads when building on Linux 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
make_roken_LDADD = 
42
42
 
43
43
noinst_LTLIBRARIES = libtest.la
44
 
libtest_la_SOURCES = strftime.c strptime.c snprintf.c
 
44
libtest_la_SOURCES = strftime.c strptime.c snprintf.c tsearch.c
45
45
libtest_la_CFLAGS = -DTEST_SNPRINTF -DTEST_STRPFTIME
46
46
 
47
47
parse_reply_test_SOURCES = parse_reply-test.c resolve.c
111
111
        strerror_r.c            \
112
112
        strpool.c               \
113
113
        timeval.c               \
114
 
        tsearch.c               \
115
114
        tm2time.c               \
116
115
        unvis.c                 \
117
116
        verify.c                \
231
230
 
232
231
 
233
232
EXTRA_DIST = \
 
233
        NTMakefile \
234
234
        roken.awk roken.h.in \
235
235
        $(man_MANS) \
236
236
        test-mem.h \