Remove generated files from the source tree

This commit is contained in:
Pierre Pronchery 2016-02-20 15:58:23 +01:00
parent cb65c8d9e0
commit 9c9b36b133
2 changed files with 0 additions and 15 deletions

View File

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

View File

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