wmix: added autogen and .gitignore.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
parent
5c213e9e77
commit
4feb6bd3d1
15
wmix/.gitignore
vendored
Normal file
15
wmix/.gitignore
vendored
Normal 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
6
wmix/autogen
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
AUTOMAKE="automake --add-missing"
|
||||||
|
export AUTOMAKE
|
||||||
|
|
||||||
|
exec autoreconf "$@"
|
Loading…
Reference in a new issue