tvheadend/support/dataroot/datadir.c
Andreas Öman 00378579ed Rework file bundling and make configure take most standard args
Now ./configure should be able to be correctly invoked from standard
debian helper rules file
2012-04-10 20:51:09 +02:00

7 lines
91 B
C

#include "config.h"
const char *tvheadend_dataroot(void)
{
return TVHEADEND_DATADIR;
}