Remove config.{h,sh} from the source tree

This commit is contained in:
Pierre Pronchery 2016-08-09 02:49:34 +02:00
parent ff3f2a35fc
commit b2726a3d37
2 changed files with 0 additions and 15 deletions

View File

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

View File

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