[bTSstream-devel] Makefile: install atsc/

Benjamin Cohen git at videolan.org
Fri Dec 20 11:50:00 CET 2013


bitstream | branch: master | Benjamin Cohen <bencoh at notk.org> | Fri Dec 20 10:55:32 2013 +0100| [846029a61d9d377a5bc7deff95f7019a7236de72] | committer: Benjamin Cohen

Makefile: install atsc/

> http://git.videolan.org/gitweb.cgi/bitstream.git/?a=commit;h=846029a61d9d377a5bc7deff95f7019a7236de72
---

 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



More information about the biTStream-devel mailing list