From 846029a61d9d377a5bc7deff95f7019a7236de72 Mon Sep 17 00:00:00 2001 From: Benjamin Cohen Date: Fri, 20 Dec 2013 10:55:32 +0100 Subject: [PATCH] Makefile: install atsc/ --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4d43e77..089ecee 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ install: @echo "INSTALL $(INCLUDE)" @install -d $(INCLUDE) @install -m 644 common.h $(INCLUDE)/ + @install -d $(INCLUDE)/atsc + @install -m 644 atsc/*.h $(INCLUDE)/atsc @install -d $(INCLUDE)/dvb @install -m 644 dvb/*.h $(INCLUDE)/dvb @install -d $(INCLUDE)/dvb/si