Remove auto-generated files from the source tree

This commit is contained in:
Pierre Pronchery 2015-08-31 15:51:46 +02:00
parent 240a4ee8e6
commit ab350bc78e
2 changed files with 0 additions and 15 deletions

View File

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

View File

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