Separate stopwatch functionality into unique source file.
[stopish] / src / Makefile.am
1 #
2 # This file is part of stopish
3 #
4 # Copyright 2009 Michael Cronenworth <mike@cchtml.com>
5 #
6
7 # The program
8
9 bin_PROGRAMS = stopish
10
11 stopish_SOURCES = stopish.c stopish.h stopish-stopwatch.c timer.c
12
13 stopish_CFLAGS = $(GTK_CFLAGS) $(OSSO_CFLAGS) $(DESKTOP_CFLAGS) \
14                                  $(DBUS_CFLAGS) $(MCE_CFLAGS)
15 stopish_LDADD = $(GTK_LIBS) $(OSSO_LIBS) $(DESKTOP_LIBS) $(DBUS_LIBS) \
16                 $(MCE_LIBS)