--- gvpe/Makefile.in 2007/03/29 17:35:20 1.12 +++ gvpe/Makefile.in 2007/11/10 05:14:21 1.13 @@ -163,7 +163,11 @@ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO +EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \ + libev/ev.c libev/ev.h libev/ev.m4 \ + libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \ + libev/ev_vars.h ev_win32.c libev/ev_wrap.h + CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ config.sub install-sh missing mkinstalldirs \ @@ -368,7 +372,7 @@ distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkinstalldirs) $(distdir)/po + $(mkinstalldirs) $(distdir)/libev $(distdir)/po @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \