~dobey/stopwatch/trunk

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Rodney Dawes
  • Date: 2009-03-27 22:55:10 UTC
  • Revision ID: dobey@gnome.org-20090327225510-hph5hfc2fyfo0446
        Cleaned up code import into bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
 
 
4
INCLUDES = \
 
5
        -DG_DISABLE_DEPRECATED \
 
6
        -DGDK_DISABLE_DEPRECATED \
 
7
        -DGDK_PIXBUF_DISABLE_DEPRECATED \
 
8
        $(GTK_CFLAGS) \
 
9
        -DPKGDATADIR=\""$(pkgdatadir)"\"        \
 
10
        -DGNOMELOCALEDIR=\""$(localedir)"\"
 
11
 
 
12
bin_PROGRAMS = stopwatch
 
13
 
 
14
stopwatch_SOURCES =             \
 
15
        main.c main.h           \
 
16
        sw-taskview.c sw-taskview.h     \
 
17
        window.c window.h
 
18
 
 
19
stopwatch_LDADD =       \
 
20
        $(GTK_LIBS)
 
21
 
 
22
MAINTAINERCLEANFILES =  \
 
23
        Makefile.in