Hi,

Attached are three patches that fix 'make distcheck' for e17,
elementary and the calendar module.

regards,
Peter
diff --git a/e/src/bin/e_fm/Makefile.am b/e/src/bin/e_fm/Makefile.am
--- a/src/bin/e_fm/Makefile.am
+++ b/src/bin/e_fm/Makefile.am
@@ -21,6 +21,9 @@ internal_bin_PROGRAMS = \
 enlightenment_fm 
 
 enlightenment_fm_SOURCES = \
+e_fm_main.h \
+e_fm_main_dbus.h \
+e_fm_ipc.h \
 e_fm_main.c \
 e_fm_main_dbus.c \
 e_fm_ipc.c \
diff --git a/TMP/st/elementary/data/objects/Makefile.am 
b/TMP/st/elementary/data/objects/Makefile.am
--- a/data/objects/Makefile.am
+++ b/data/objects/Makefile.am
@@ -11,6 +11,7 @@ files_DATA = test.edj multip.edj colorpreview.edj
 EXTRA_DIST = \
 test.edc \
 multip.edc \
+colorpreview.edc \
 grid_bg.png \
 over.png \
 under.png \
diff --git a/TMP/st/elementary/data/themes/Makefile.am 
b/TMP/st/elementary/data/themes/Makefile.am
--- a/data/themes/Makefile.am
+++ b/data/themes/Makefile.am
@@ -11,6 +11,7 @@ EXTRA_DIST = \
 default.edc \
 arrow_down.png \
 arrow_up.png \
+bar_shine.png \
 bt_base1.png \
 bt_base2.png \
 bt_bases.png \
@@ -201,6 +202,8 @@ tooltip-edge-left-tip.png \
 tooltip-edge-bottom-tip.png \
 tooltip-edge-right-tip.png \
 tooltip-corner-top-right-tip.png \
+color_picker_alpha.png \
+color_picker_alpha_bg.png \
 color_picker_brightness.png \
 color_picker_color.png \
 color_picker_opacity.png
diff --git a/E-MODULES-EXTRA/calendar/Makefile.am 
b/E-MODULES-EXTRA/calendar/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,10 @@ EXTRA_DIST = module.desktop.in \
             e_modules-calendar.spec.in \
             e-module-calendar.edc \
             calendar.edc \
+            images/arrow_left.png \
+            images/arrow_right.png \
+            images/arrow2_left.png \
+            images/arrow2_right.png \
             images/calendar.png \
             images/module_icon.png
 
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to