X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=applet%2Fdata%2FMakefile.am;h=c88cf000aaebd199a869f0e065458599d242df2d;hb=6a591f35d45032c65795f86b24809c7a439cd133;hp=ecb881dd2295ed4ec8eeb7464c47f1eb7844d4af;hpb=995d150f58ac2b662ed6fe63a014a647c891f732;p=livewp diff --git a/applet/data/Makefile.am b/applet/data/Makefile.am index ecb881d..c88cf00 100644 --- a/applet/data/Makefile.am +++ b/applet/data/Makefile.am @@ -1,7 +1,8 @@ # -# This file is part of omweather +# This file is part of live wallpaper # -# Copyright (C) 2006 Vlad Vasiliev +# Copyright (C) 2010 Vlad Vasiliev +# Copyright (C) 2010 Tanya Makova # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,7 +19,9 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -awallpaperdir = $(datadir)/anwall -awallpaper_DATA = sky.png sun.png town.png cloud1.png -EXTRA_DIST = $(awallpaper_DATA) +berlinthemedir = $(datadir)/livewp/theme/Berlin +berlintheme_DATA = theme/Berlin/* +modernthemedir = $(datadir)/livewp/theme/Modern +moderntheme_DATA = theme/Modern/* +EXTRA_DIST = $(berlintheme_DATA) $(moderntheme_DATA)