wmix: added autogen and .gitignore.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden 2019-07-09 16:53:11 +01:00 committed by Carlos R. Mafra
parent 5c213e9e77
commit 4feb6bd3d1
2 changed files with 21 additions and 0 deletions

15
wmix/.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
/aclocal.m4
/autom4te.cache/
/compile
/config.log
/config.status
/configure
/depcomp
/.deps/
/install-sh
/Makefile
/Makefile.in
/missing
/*.o
/tags
/wmix

6
wmix/autogen Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
AUTOMAKE="automake --add-missing"
export AUTOMAKE
exec autoreconf "$@"