Stop using EXTRA_DIST in src/Makefile.am.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 14 Aug 2013 14:17:12 +0000 (16:17 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 14 Aug 2013 14:17:12 +0000 (16:17 +0200)
Automake finds the files in the subdirectories of src/ now that they are
properly declared in the _SOURCES variables. Using EXTRA_DIST would now cause
.o files to be included in the tarball.


No differences found