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)
commit5e50a56dd9ebef71683b60856f904d352a3b89dc
tree6bbaab20783ff6bf7e7481bb7bcafe29d4368b71
parent60e774942826cb28c53ac6fd23887162323696e9
Stop using EXTRA_DIST in src/Makefile.am.

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.
src/Makefile.am