On 1/22/06, enlightenment-cvs@lists.sourceforge.net <
enlightenment-cvs@lists.sourceforge.net> wrote:
Still new to Autofoo here, but my understanding is that EXTRA_DIST specifies additional files to be distributed, and files_DATA here specifies files that will actually be installed.
So shouldn't the edc's and image files be in EXTRA_DIST, and only the edj files in files_DATA?
Right now the edc files are getting installed instead of the edjs, so the module isn't displaying anything.
Enlightenment CVS committal
Author : mej
Project : e_modules
Module : calendar
Dir : e_modules/calendar/src/images
Modified Files:
Makefile.am
Log Message:
Sat Jan 21 13:05:14 2006 Michael Jennings (mej)
Not passing "make distcheck" is bad enough. Not even passing "make
dist" is far, far worse.
----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/e_modules/calendar/src/images/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 19 Dec 2005 02:05:57 -0000 1.1
+++ Makefile.am 21 Jan 2006 17:57:44 -0000 1.2
@@ -7,14 +7,14 @@
filesdir = $(datadir)
files_DATA = \
-topimage.edj \
-backimage.edj \
-today.edj \
-weekend.edj \
-weekday.edj \
-label.edj \
-calendar.edj \
-arrow.edj
+topimage.edc \
+backimage.edc \
+today.edc \
+weekend.edc \
+weekday.edc \
+label.edc \
+calendar.edc \
+arrow.edc
EXTRA_DIST = $(files_DATA)
Still new to Autofoo here, but my understanding is that EXTRA_DIST specifies additional files to be distributed, and files_DATA here specifies files that will actually be installed.
So shouldn't the edc's and image files be in EXTRA_DIST, and only the edj files in files_DATA?
Right now the edc files are getting installed instead of the edjs, so the module isn't displaying anything.
Regards,
David