put files in order
[livewp] / applet / Makefile.am
1 SUBDIRS = data
2 # We invent desktoplib_LTLIBRARIES instead of the normal lib_LTLIBRARIES,
3 # so we can specify the non-standard installation directory.
4 desktoplib_LTLIBRARIES =  liblivewp-home-widget.la
5 desktoplibdir = $(HILDON_DESKTOP_LIB_DIR)
6
7 liblivewp_home_widget_la_SOURCES = livewp-home-widget.c livewp-home-widget.h livewp-astro.c livewp-astro.h
8 liblivewp_home_widget_la_LIBADD = $(EXAMPLE_LIBS) 
9
10 AM_CFLAGS = -Wall $(EXAMPLE_CFLAGS) 
11
12 # .desktop file
13 desktopdir = $(HILDON_HOME_DESKTOP_DIR)
14 desktop_DATA = livewp-home-widget.desktop
15
16 DISTCLEANFILES = $(desktop_DATA)