Added wrt files, prior to converting into Qt/C++.
[ptas] / 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 =  lib-timeout-home-widget.la
4 desktoplibdir = $(HILDON_DESKTOP_LIB_DIR)
5
6 lib_timeout_home_widget_la_SOURCES = lib-timeout-home-widget.c lib-timeout-home-widget.h location-provider.h location-provider.c
7 lib_timeout_home_widget_la_LIBADD = $(EXAMPLE_LIBS)
8
9 AM_CFLAGS = -Wall $(EXAMPLE_CFLAGS)
10
11 # .desktop file
12 desktopdir = $(HILDON_HOME_DESKTOP_DIR)
13 desktop_DATA = timeout-home-widget.desktop
14
15 DISTCLEANFILES = $(desktop_DATA)