
Now ./configure should be able to be correctly invoked from standard debian helper rules file
7 lines
91 B
C
7 lines
91 B
C
#include "config.h"
|
|
|
|
const char *tvheadend_dataroot(void)
|
|
{
|
|
return TVHEADEND_DATADIR;
|
|
}
|
|
|