~guadalinex-members/gnome-system-tools/gnome-system-tools-2.22.2

« back to all changes in this revision

Viewing changes to src/time/Makefile.am

  • Committer: Juanje Ojeda Croissier
  • Date: 2009-04-06 15:47:26 UTC
  • Revision ID: jojeda@emergya.es-20090406154726-h29t5g1n1wwc4x2h
Tags: gnome-system-tools-2.22.2-0ubuntu3
Imported the g-s-t code directly from the source package gnome-system-tools-2.22.2-0ubuntu3 (jaunty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##
 
2
## Process this file with automake to produce Makefile.in
 
3
##
 
4
## This file is based on ../shares/Makefile.am please keep the Makefile.am
 
5
## of all the tools in sync
 
6
##
 
7
 
 
8
include ../common/CommonMakefile
 
9
 
 
10
toolname = time
 
11
bin_PROGRAMS = time-admin
 
12
 
 
13
SUBDIRS = e-map
 
14
INCLUDES = $(GST_TOOL_CFLAGS) $(DBUS_CFLAGS)
 
15
CLEANFILES = $(GST_TOOL_CLEANFILES)
 
16
EXTRA_DIST = $(GST_TOOL_EXTRA_DIST)
 
17
 
 
18
time_admin_LDADD = $(GST_TOOL_LIBS) $(DBUS_LIBS) ./e-map/libemap.a
 
19
time_admin_DEPENDENCIES = $(GST_TOOL_DEPENDENCIES) ./e-map/libemap.a
 
20
time_admin_SOURCES = \
 
21
        time-tool.c     time-tool.h \
 
22
        tz.c            tz.h \
 
23
        tz-map.c        tz-map.h \
 
24
        ntp-servers-list.c      ntp-servers-list.h      \
 
25
        main.c
 
26
 
 
27
toolpixmaps =