# Makefile for linuxtv.org dvb-apps/test/libdvben50221
binaries = test-app \
test-session \
test-transport
CPPFLAGS += -I../../lib
LDLIBS += ../../lib/libdvbapi/libdvbapi.a ../../lib/libdvben50221/libdvben50221.a ../../lib/libucsi/libucsi.a -lpthread
.PHONY: all
all: $(binaries)
include ../../Make.rules
/debian/nyancat.git' title='nyancat.git Git repository'/>
| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This fixes a meta-bug with github showing nyancat as being Objective C.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of clearing the alarm, set it to two seconds;
Previously, this could, potentially, not finish at all on some telnet
clients, which is definitely bad. This is a reasonable workaround.
|