From: rui Date: Sun, 31 Jul 2011 15:08:05 +0000 (+0000) Subject: Fix build (and rpmbuild) of evas now it installs some examples. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~715 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c1bb3a8abc53c3eb13e6be0c134516084309596;p=profile%2Fivi%2Fedje.git Fix build (and rpmbuild) of evas now it installs some examples. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@61927 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/edje.spec.in b/edje.spec.in index 570351a..be7069c 100644 --- a/edje.spec.in +++ b/edje.spec.in @@ -88,6 +88,7 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %{_includedir}/edje-1/*.h %{_libdir}/edje/utils/epp +%{_datadir}/edje/examples %files bin %defattr(-, root, root) diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index 0da97fc..6b05522 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -52,5 +52,6 @@ files_DATA += \ endif EXTRA_DIST = $(EDCS) \ + $(srcdir)/red.png \ $(srcdir)/edje-basic.c \ - $(srcdir)/edje-swallow.c \ No newline at end of file + $(srcdir)/edje-swallow.c