~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to hwclock/Makefile.am

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
sbin_PROGRAMS = hwclock
6
6
 
7
 
hwclock_SOURCES = hwclock.c cmos.c rtc.c kd.c clock.h
 
7
hwclock_SOURCES = hwclock.c cmos.c kd.c clock.h $(top_srcdir)/lib/strutils.c
8
8
hwclock_LDADD =
9
9
 
 
10
if LINUX
 
11
hwclock_SOURCES += rtc.c
 
12
endif
 
13
 
10
14
if HAVE_AUDIT
11
15
hwclock_LDADD += -laudit
12
16
endif
13
17
 
14
 
EXTRA_DIST = README.hwclock clock-ppc.c
 
18
EXTRA_DIST = README.hwclock