stereoplay

annotate src/config.h @ 5:ba7d221f6725

makefile modification
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 03 Nov 2011 22:01:01 +0200
parents
children
rev   line source
nuclear@0 1 #ifndef CONFIG_H_
nuclear@0 2 #define CONFIG_H_
nuclear@0 3
nuclear@0 4 #define PREFIX "/usr/local"
nuclear@0 5 #define SDRDIR PREFIX "/share/stereoplay"
nuclear@0 6
nuclear@0 7 #endif /* CONFIG_H_ */