Implement more functionality:
[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 timer.c
12
13 stopish_CFLAGS = $(GTK_CFLAGS) $(OSSO_CFLAGS)
14 stopish_LDADD = $(GTK_LIBS) $(OSSO_LIBS) $(DESKTOP_LIBS)