Browse Source

add scte to the install directory

master
Christophe Massiot 9 years ago
parent
commit
bdd596df8f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

@ -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)"

Loading…
Cancel
Save