libDesktop/config.h

11 lines
159 B
C

#define PACKAGE "libDesktop"
#define VERSION "0.0.10"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif