mirror of
				https://github.com/owntone/owntone-server.git
				synced 2025-10-29 15:55:02 -04:00 
			
		
		
		
	Add native OSX rendezvous registration
This commit is contained in:
		
							parent
							
								
									f1dbd03605
								
							
						
					
					
						commit
						eead131cc2
					
				| @ -28,7 +28,10 @@ case $host in | ||||
| *linux*) | ||||
| 	CPPFLAGS="$CPPFLAGS -DHAVE_SOCKLEN_T"; LDFLAGS="$LDFLAGS -lefence";; | ||||
| *darwin*) | ||||
| 	CPPFLAGS="$CPPFLAGS -no-cpp-precomp -DHAVE_SOCKADDR_SA_LEN -DHAVE_SOCKLEN_T";; | ||||
| 	CPPFLAGS="$CPPFLAGS -no-cpp-precomp -DHAVE_SOCKADDR_SA_LEN -DHAVE_SOCKLEN_T"; | ||||
| 	CONDITIONAL(COND_REND_OSX,true); | ||||
| 	CONDITIONAL(COND_REND_HOWL,false); | ||||
| 	CONDITIONAL(COND_REND_POSIX,false);; | ||||
| esac | ||||
| 
 | ||||
| dnl Checks for libraries. | ||||
|  | ||||
| @ -10,12 +10,16 @@ if COND_REND_HOWL | ||||
| RENDSRC=rend-howl.c | ||||
| endif | ||||
| 
 | ||||
| if COND_REND_OSX | ||||
| RENDSRC=rend-osx.c | ||||
| endif | ||||
| 
 | ||||
| mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
 | ||||
| 	webserver.h configfile.c configfile.h err.c err.h restart.c restart.h \
 | ||||
| 	daap-proto.c daap-proto.h daap.c daap.h db-memory.c db-memory.h \
 | ||||
| 	mp3-scanner.h mp3-scanner.c $(RENDSRC) | ||||
| 
 | ||||
| EXTRA_DIST = mdns/mDNS.c mdns/mDNSClientAPI.h mdns/mDNSDebug.h mdns/mDNSPosix.c \
 | ||||
| 	mdns/mDNSUNP.c rend-howl.c rend-posix.c | ||||
| 	mdns/mDNSUNP.c rend-howl.c rend-posix.c rend-osx.c | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user