a4b746457dd7d2a29a682b406828be5733d515b9
[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-multiactor.c livewp-multiactor.h \
11                                    livewp-config.c livewp-config.h
12 liblivewp_home_widget_la_LIBADD = $(EXAMPLE_LIBS) 
13
14 AM_CFLAGS = -Wall $(EXAMPLE_CFLAGS) 
15