No longer store generated data in the source tree

This commit is contained in:
Pierre Pronchery 2015-08-26 01:27:18 +02:00
parent c1a5cecf18
commit f663a6566c
2 changed files with 0 additions and 15 deletions

View File

@ -1,10 +0,0 @@
#define PACKAGE "Locker"
#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="Locker"
VERSION="0.3.0"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"