Remove generated files from the source tree

This commit is contained in:
Pierre Pronchery 2016-03-12 02:27:08 +01:00
parent 1ed7a85166
commit 13dd534ec8
2 changed files with 0 additions and 15 deletions

View File

@ -1,10 +0,0 @@
#define PACKAGE "Keyboard"
#define VERSION "0.3.0"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif

View File

@ -1,5 +0,0 @@
PACKAGE="Keyboard"
VERSION="0.3.0"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"