You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile.tail
+8-1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ MEDIA_SERVER_DIR = mediaServer
11
11
12
12
PROXY_SERVER_DIR = proxyServer
13
13
14
+
HLS_PROXY_DIR = hlsProxy
15
+
14
16
all:
15
17
cd $(LIVEMEDIA_DIR) ; $(MAKE)
16
18
cd $(GROUPSOCK_DIR) ; $(MAKE)
@@ -19,6 +21,7 @@ all:
19
21
cd $(TESTPROGS_DIR) ; $(MAKE)
20
22
cd $(MEDIA_SERVER_DIR) ; $(MAKE)
21
23
cd $(PROXY_SERVER_DIR) ; $(MAKE)
24
+
cd $(HLS_PROXY_DIR) ; $(MAKE)
22
25
@echo
23
26
@echo "For more information about this source code (including your obligations under the LGPL), please see our FAQ at http://live555.com/liveMedia/faq.html"
0 commit comments