patches from Lutin to pass distcheck

SVN revision: 26066
This commit is contained in:
kiwi 2006-09-23 12:09:57 +00:00 committed by kiwi
parent 388fb8a4e1
commit 0b8b30c199
3 changed files with 8 additions and 4 deletions

View File

@ -4,5 +4,6 @@ SUBDIRS = src data
filesdir = $(datadir)
files_DATA = module.edj module.desktop
EXTRA_DIST= $(files_DATA)
pkgdir = $(datadir)/$(MODULE_ARCH)

View File

@ -2,3 +2,4 @@ MAINTAINERCLEANFILES = Makefile.in
filesdir = $(datadir)/images
files_DATA = photo_logo.png
EXTRA_DIST = $(files_DATA)

View File

@ -2,8 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
EDJE_CC = @edje_cc@
EDJE_FLAGS = -v \
-id images \
-fd fonts
-id $(top_srcdir)/data/theme/images \
-fd $(top_srcdir)/data/theme/fonts
EXTRA_DIST = \
photo.edc \
@ -16,7 +16,9 @@ photo_popi_programs.edc \
photo_popw.edc \
photo_popw_parts.edc \
photo_popw_programs.edc \
photo_icon.edc
photo_icon.edc \
$(wildcard fonts/*.ttf) \
$(wildcard images/*.png)
filesdir = $(datadir)
files_DATA = photo.edj
@ -26,5 +28,5 @@ photo.edj: Makefile $(EXTRA_DIST)
$(top_srcdir)/data/theme/photo.edc \
$(top_builddir)/data/theme/photo.edj
clean:
clean-local:
rm -f photo.edj