From bdd596df8f8abdb334fbeb2743762b4dee463b3e Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Sat, 5 Sep 2015 19:28:13 +0200 Subject: [PATCH] add scte to the install directory --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8d310c9..6b5b317 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,8 @@ install: @install -m 644 mpeg/*.h $(INCLUDE)/mpeg @install -d $(INCLUDE)/mpeg/psi @install -m 644 mpeg/psi/*.h $(INCLUDE)/mpeg/psi + @install -d $(INCLUDE)/scte + @install -m 644 scte/*.h $(INCLUDE)/scte uninstall: @echo "REMOVE $(INCLUDE)"