Added stub device.c for Cygwin.
[tinc] / Makefile.am
index bbfa014..805c312 100644 (file)
@@ -6,18 +6,18 @@ SUBDIRS = m4 intl lib src doc po
 
 ACLOCAL_AMFLAGS =
 
-EXTRA_DIST = system.h COPYING.README
+EXTRA_DIST = system.h COPYING.README depcomp
 
 CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
  config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
  stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \
- po/tinc.pot src/.libs intl
+ po/tinc.pot src/.libs intl depcomp
 
 ChangeLog:
        cvs2cl -U cvsusers --fsf
 
 cvs-clean: maintainer-clean
-       for f in $(CVS_CREATED) `find -name Makefile.in` tinc-$(VERSION).tar.gz; do\
+       for f in $(CVS_CREATED) `find -name Makefile.in` tinc-$(VERSION).tar.gz; do\
          rm -Rf "$$f"; \
        done