Clock/config.h
2013-06-09 16:37:53 +02:00

11 lines
153 B
C

#define PACKAGE "Clock"
#define VERSION "0.0.0"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif