tvheadend/support/dataroot/wd.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

4 lines
56 B
C

const char *tvheadend_dataroot(void)
{
return "./";
}