After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315875 - Tarballs are missing eplugin.mk
Tarballs are missing eplugin.mk
Status: RESOLVED FIXED
Product: Evolution-CalDAV
Classification: Deprecated
Component: EPlugin
2.3.x
Other Linux
: Normal blocker
: ---
Assigned To: Evolution CalDAV Maintainer(s)
Evolution CalDAV Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-09-09 23:56 UTC by Dave Malcolm
Modified: 2005-09-10 17:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dave Malcolm 2005-09-09 23:56:18 UTC
Try to build evolution-caldav-2.3.99.2.tar.bz2

make[2]: *** No rule to make target `org-gnome-evolution-caldav.eplug', needed
by `all-am'.  Stop.

eplugin.mk needs to go in EXTRA_DIST
Comment 1 Brent Smith (smitten) 2005-09-10 15:54:29 UTC
eplugin.mk is in the top level directory in CVS (2.3.99.2), but it is not included
in the EXTRA_DIST variable in evolution-caldav/Makefile.am, yet I am not seeing
this error.
Comment 2 Brent Smith (smitten) 2005-09-10 15:56:27 UTC
oops, didn't see the title (tarballs are missing eplugin.mk) - marking as NEW
Comment 3 Christian Kellner 2005-09-10 17:44:08 UTC
Fix on cvs head. Thanks again Dave for pointing that out.