removed application mode
authorVlad Vasiliev <vlad@toshiba2.oblgaz>
Sun, 25 Apr 2010 18:05:15 +0000 (21:05 +0300)
committerVlad Vasiliev <vlad@toshiba2.oblgaz>
Sun, 25 Apr 2010 18:05:15 +0000 (21:05 +0300)
applet/src/Makefile.am

index 4196d40..01c50b8 100644 (file)
@@ -1,17 +1,17 @@
-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)
+#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.