~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-11-26 22:16:37 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091126221637-lbtdp0ax1yg9t0bx
Tags: 1:4.2.4p7+dfsg-4
* Use uname -s instead of dpkg-architecture to found the kernel we're
  running on.  dpkg-architecture is part of dpkg-dev. (Closes: #558145)
* Make the package fail to build on hurd since it does not provided
  the needed system calls for ntpd to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
SUBDIRS+=               \
12
12
        scripts         \
13
13
        include         \
14
 
        ElectricFence   \
15
14
        @ARLIB_DIR@     \
16
15
        libntp          \
17
16
        libparse        \
23
22
        adjtimed        \
24
23
        clockstuff      \
25
24
        kernel          \
26
 
        sntp            \
27
25
        util            \
28
26
        $(NULL)
29
27
 
30
28
DIST_SUBDIRS=           \
31
29
        scripts         \
32
30
        include         \
33
 
        ElectricFence   \
34
 
        arlib           \
35
31
        libntp          \
36
32
        libopts         \
37
33
        libparse        \
43
39
        adjtimed        \
44
40
        clockstuff      \
45
41
        kernel          \
46
 
        sntp            \
47
42
        util            \
48
43
        $(NULL)
49
44