Prep for 0.9.3 release.
[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-countdown.c \
12                   stopish-stopwatch.c timer.c
13
14 stopish_CFLAGS = $(GTK_CFLAGS) $(OSSO_CFLAGS) $(DESKTOP_CFLAGS) \
15                                  $(DBUS_CFLAGS) $(MCE_CFLAGS)
16 stopish_LDADD = $(GTK_LIBS) $(OSSO_LIBS) $(DESKTOP_LIBS) $(DBUS_LIBS) \
17                 $(MCE_LIBS)