Remove more auto-generated files

This commit is contained in:
Pierre Pronchery 2015-08-24 02:57:17 +02:00
parent c08f252260
commit 6d8da72fe0
2 changed files with 0 additions and 15 deletions

View File

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

View File

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