removed application mode
[livewp] / applet / src / Makefile.am
index c532e86..01c50b8 100644 (file)
@@ -1,10 +1,42 @@
+#SOURCE_FILES = livewp-main.c \
+#             livewp-home-widget.c livewp-home-widget.h \
+#             livewp-astro.c livewp-astro.h \
+#             livewp-rules.c livewp-rules.h \
+#             livewp-settings.c livewp-settings.h livewp-common.h \
+#             livewp-config.c livewp-config.h \
+#             livewp-dbus.c livewp-dbus.h
+#
+#bin_PROGRAMS = livewp
+#livewp_SOURCES = $(SOURCE_FILES)
+#
+#livewp_CFLAGS = -Wall $(EXAMPLE_CFLAGS) $(OSSO_CFLAGS) -DAPPLICATION
+#
+#livewp_LDADD = $(EXAMPLE_LIBS) $(OSSO_LIBS)
+
 # We invent desktoplib_LTLIBRARIES instead of the normal lib_LTLIBRARIES,
 # so we can specify the non-standard installation directory.
 desktoplib_LTLIBRARIES =  liblivewp-home-widget.la
 desktoplibdir = $(HILDON_DESKTOP_LIB_DIR)
 
-liblivewp_home_widget_la_SOURCES = livewp-home-widget.c livewp-home-widget.h livewp-astro.c livewp-astro.h livewp-rules.c livewp-rules.h
-liblivewp_home_widget_la_LIBADD = $(EXAMPLE_LIBS) 
+liblivewp_home_widget_la_SOURCES = livewp-home-widget.c livewp-home-widget.h \
+                                  livewp-astro.c livewp-astro.h \
+                                  livewp-rules.c livewp-rules.h \
+                                  livewp-settings.c livewp-settings.h livewp-common.h \
+                                  livewp-config.c livewp-config.h \
+                                  livewp-dbus.c livewp-dbus.h
+liblivewp_home_widget_la_LIBADD = $(EXAMPLE_LIBS) $(OSSO_LIBS) 
+
+AM_CFLAGS = -Wall $(EXAMPLE_CFLAGS) $(OSSO_CFLAGS) 
+
+panellib_LTLIBRARIES =  liblivewp-panel-widget.la
+panellibdir = $(HILDON_PANEL_LIB_DIR)
+
+liblivewp_panel_widget_la_SOURCES = livewp-settings.c livewp-settings.h livewp-common.h \
+                                  livewp-config.c livewp-config.h \
+                                  livewp-control-widget.c livewp-control-widget.h \
+                                  livewp-dbus.c livewp-dbus.h
+liblivewp_panel_widget_la_LIBADD = $(EXAMPLE_LIBS) $(OSSO_LIBS) $(CONTROLPANEL_LIBS) 
+
+liblivewp_panel_widget_la_CFLAGS = -Wall $(EXAMPLE_CFLAGS) $(OSSO_CFLAGS)  $(CONTROLPANEL_CFLAGS) -DCONTROLPANEL 
 
-AM_CFLAGS = -Wall $(EXAMPLE_CFLAGS)