21 lines
708 B
Text
21 lines
708 B
Text
|
bin/r2dtmf_detect
|
||
|
bin/r2test
|
||
|
@unexec if cmp -s %D/etc/r2proto.conf %D/etc/r2proto.conf-dist; then rm -f %D/etc/r2proto.conf; fi
|
||
|
etc/r2proto.conf-dist
|
||
|
@exec if test ! -e %D/etc/r2proto.conf; then cp -p %D/etc/r2proto.conf-dist %D/etc/r2proto.conf; fi
|
||
|
@unexec if cmp -s %D/etc/r2test.conf %D/etc/r2test.conf-dist; then rm -f %D/etc/r2test.conf; fi
|
||
|
etc/r2test.conf-dist
|
||
|
@exec if test ! -e %D/etc/r2test.conf; then cp -p %D/etc/r2test.conf-dist %D/etc/r2test.conf; fi
|
||
|
@exec false
|
||
|
include/openr2.h
|
||
|
include/openr2/r2chan.h
|
||
|
include/openr2/r2context.h
|
||
|
include/openr2/r2log.h
|
||
|
include/openr2/r2proto.h
|
||
|
include/openr2/r2utils.h
|
||
|
lib/libopenr2.a
|
||
|
lib/libopenr2.la
|
||
|
lib/libopenr2.so
|
||
|
lib/libopenr2.so.4
|
||
|
@dirrm include/openr2
|