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 --- util/dib3000-watch/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 util/dib3000-watch/Makefile (limited to 'util/dib3000-watch/Makefile') diff --git a/util/dib3000-watch/Makefile b/util/dib3000-watch/Makefile new file mode 100644 index 0000000..2961905 --- /dev/null +++ b/util/dib3000-watch/Makefile @@ -0,0 +1,13 @@ +# Makefile for linuxtv.org dvb-apps/util/dib3000-watch + +binaries = dib3000-watch + +inst_bin = $(binaries) + +LDLIBS += -lm + +.PHONY: all + +all: $(binaries) + +include ../../Make.rules -- cgit v1.2.3