added type of timeout
[livewp] / applet / src / Makefile.am
1 # We invent desktoplib_LTLIBRARIES instead of the normal lib_LTLIBRARIES,
2 # so we can specify the non-standard installation directory.
3 desktoplib_LTLIBRARIES =  liblivewp-home-widget.la
4 desktoplibdir = $(HILDON_DESKTOP_LIB_DIR)
5
6 liblivewp_home_widget_la_SOURCES = livewp-home-widget.c livewp-home-widget.h \
7                                    livewp-astro.c livewp-astro.h \
8                                    livewp-rules.c livewp-rules.h \
9                                    livewp-settings.c livewp-settings.h livewp-common.h \
10                                    livewp-config.c livewp-config.h
11 liblivewp_home_widget_la_LIBADD = $(EXAMPLE_LIBS) 
12
13 AM_CFLAGS = -Wall $(EXAMPLE_CFLAGS) 
14