From b2726a3d37f3d604fe4d8a74a333134c21fb5650 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 9 Aug 2016 02:49:34 +0200 Subject: [PATCH] Remove config.{h,sh} from the source tree --- config.h | 10 ---------- config.sh | 5 ----- 2 files changed, 15 deletions(-) delete mode 100644 config.h delete mode 100644 config.sh diff --git a/config.h b/config.h deleted file mode 100644 index 6587c18..0000000 --- a/config.h +++ /dev/null @@ -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 diff --git a/config.sh b/config.sh deleted file mode 100644 index e7def75..0000000 --- a/config.sh +++ /dev/null @@ -1,5 +0,0 @@ -PACKAGE="libDesktop" -VERSION="0.2.1" - -PREFIX="/usr/local" -LIBDIR="${PREFIX}/lib"