PDFViewer/config.h
2011-05-14 19:39:32 +00:00

11 lines
157 B
C

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