~ubuntu-branches/ubuntu/dapper/gworldclock/dapper

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Drew Parsons
  • Date: 2003-12-23 15:31:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031223153120-1drxus7uk82vk4by
Tags: 1.3-2
Build-depends: libxml2-dev. Closes: #224865.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bin_PROGRAMS    = gworldclock 
2
2
bin_SCRIPTS     = tzwatch
3
 
gworldclock_SOURCES   = gworldclock.c gworldclock.h dialog.h dialog.c
 
3
gworldclock_SOURCES   = main.c misc.c resize.c rendezvous.c timer.c zones.c options.c main.h misc.h resize.h rendezvous.h timer.h zones.h options.h
4
4
man_MANS        = gworldclock.1 tzwatch.1
5
 
EXTRA_DIST      = $(man_MANS)
6
 
INCLUDES        = @GTK_CFLAGS@
7
 
LDADD           = @GTK_LIBS@
 
5
EXTRA_DIST      = config.rpath  $(man_MANS)
 
6
INCLUDES        = @GTK2_CFLAGS@
 
7
LDADD           = @GTK2_LIBS@
 
8
AM_CFLAGS       = -DLOCALEDIR="\"$(localedir)\""
8
9
CLEANFILES      = *~
9
10
DISTCLEANFILES  = .deps/*.P
 
11
AM_CPPFLAGS     = -I/usr/include/libxml2
 
12
 
 
13
 
 
14
SUBDIRS = m4 po
 
15
 
 
16
ACLOCAL_AMFLAGS = -I m4