trying to make real livebg
[livewp] / applet / src / Makefile.am
index 14fa9b1..0da5d3f 100644 (file)
@@ -1,17 +1,20 @@
-#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
+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 \
+              livewp-actor.c livewp-actor.h \
+              livewp-scene.c livewp-scene.h
+
+
+bin_PROGRAMS = livewp
+livewp_SOURCES = $(SOURCE_FILES)
 #
-#bin_PROGRAMS = livewp
-#livewp_SOURCES = $(SOURCE_FILES)
+livewp_CFLAGS = -Wall $(EXAMPLE_CFLAGS) $(OSSO_CFLAGS) -DAPPLICATION
 #
-#livewp_CFLAGS = -Wall $(EXAMPLE_CFLAGS) $(OSSO_CFLAGS) -DAPPLICATION
-#
-#livewp_LDADD = $(EXAMPLE_LIBS) $(OSSO_LIBS)
+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.