added dbus
[livewp] / applet / src / Makefile.am
1 SOURCE_FILES = livewp-main.c \
2                livewp-home-widget.c livewp-home-widget.h \
3                livewp-astro.c livewp-astro.h \
4                livewp-rules.c livewp-rules.h \
5                livewp-settings.c livewp-settings.h livewp-common.h \
6                livewp-config.c livewp-config.h \
7                livewp-dbus.c livewp-dbus.h \
8                livewp-actor.c livewp-actor.h \
9                livewp-exthemes.c livewp-exthemes.h \
10                livewp-scene.c livewp-scene.h \
11                livewp-conky.c livewp-conky.h
12
13
14
15 #bin_PROGRAMS = livewp
16 livewp_SOURCES = $(SOURCE_FILES)
17 #
18 livewp_CFLAGS = -Wall $(MAEMO_CFLAGS) $(OSSO_CFLAGS) $(SQLITE_CFLAGS) -DAPPLICATION
19 #
20 livewp_LDADD = $(MAEMO_LIBS) $(OSSO_LIBS) $(SQLITE_LIBS) -lgstinterfaces-0.10
21
22 # We invent desktoplib_LTLIBRARIES instead of the normal lib_LTLIBRARIES,
23 # so we can specify the non-standard installation directory.
24 desktoplib_LTLIBRARIES =  liblivewp-home-widget.la
25 desktoplibdir = $(HILDON_DESKTOP_LIB_DIR)
26
27 liblivewp_home_widget_la_SOURCES = livewp-home-widget.c livewp-home-widget.h \
28                                    livewp-common.h \
29                                    livewp-config.c livewp-config.h \
30                                    livewp-dbus.c livewp-dbus.h 
31 liblivewp_home_widget_la_LIBADD = $(MAEMO_LIBS) $(OSSO_LIBS) 
32
33 AM_CFLAGS = -Wall $(MAEMO_CFLAGS) $(OSSO_CFLAGS)  
34
35 panellib_LTLIBRARIES =  liblivewp-panel-widget.la
36 panellibdir = $(HILDON_PANEL_LIB_DIR)
37
38 liblivewp_panel_widget_la_SOURCES = livewp-settings.c livewp-settings.h livewp-common.h \
39                                        livewp-config.c livewp-config.h \
40                                        livewp-exthemes.c livewp-exthemes.h \
41                                    livewp-control-widget.c livewp-control-widget.h \
42                                    livewp-dbus.c livewp-dbus.h
43 liblivewp_panel_widget_la_LIBADD = $(MAEMO_LIBS) $(OSSO_LIBS) $(CONTROLPANEL_LIBS)   
44
45 liblivewp_panel_widget_la_CFLAGS = -Wall $(MAEMO_CFLAGS) $(OSSO_CFLAGS)  $(CONTROLPANEL_CFLAGS) -DCONTROLPANEL 
46
47 FIFTEEN_SOURCE_FILES = fifteen.c livewp-common.h \
48                                         livewp-actor.c livewp-actor.h \
49                                         livewp-astro.c livewp-astro.h \
50                                         livewp-dbus.c livewp-dbus.h \
51                                         livewp-rules.c livewp-rules.h 
52
53
54 bin_PROGRAMS = fifteen livewp
55 fifteen_SOURCES = $(FIFTEEN_SOURCE_FILES)
56 #
57 fifteen_CFLAGS = -Wall $(MAEMO_CFLAGS) $(OSSO_CFLAGS) $(SQLITE_CFLAGS) -DAPPLICATION
58 #
59 fifteen_LDADD = $(MAEMO_LIBS) $(OSSO_LIBS) $(SQLITE_LIBS) -lgstinterfaces-0.10
60