Camera/config.h
2012-12-18 19:07:26 +01:00

11 lines
154 B
C

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