From ab959d7b4194715870128e616b8e29d4a101e488 Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:41 +0200 Subject: Imported Upstream version 1.1.1+rev1207 --- test/libucsi/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/libucsi/Makefile (limited to 'test/libucsi/Makefile') diff --git a/test/libucsi/Makefile b/test/libucsi/Makefile new file mode 100644 index 0000000..1a831d0 --- /dev/null +++ b/test/libucsi/Makefile @@ -0,0 +1,13 @@ +# Makefile for linuxtv.org dvb-apps/test/libucsi + +binaries = testucsi + +CPPFLAGS += -I../../lib +LDLIBS += ../../lib/libdvbapi/libdvbapi.a ../../lib/libdvbcfg/libdvbcfg.a \ + ../../lib/libdvbsec/libdvbsec.a ../../lib/libucsi/libucsi.a + +.PHONY: all + +all: $(binaries) + +include ../../Make.rules -- cgit v1.2.3