Browse Source

Makefile: install atsc/

master
Benjamin Cohen 11 years ago
parent
commit
846029a61d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

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

Loading…
Cancel
Save