Fix minor make dist problems

This commit is contained in:
Ron Pedde
2003-12-29 19:46:58 +00:00
parent eac98e0a61
commit f4b1fd9eb2
10 changed files with 220 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ AM_YFLAGS=-d
sbin_PROGRAMS = mt-daapd
if COND_REND_POSIX
RENDSRC=mdns/mDNS.c mdns/mDNSClientAPI.h mdns/mDNSDebug.h mdns/mDNSPosix.c mdns/mDNSUNP.c rend-posix.c
RENDSRC=mdns/mDNS.c mdns/mDNSClientAPI.h mdns/mDNSDebug.h mdns/mDNSPosix.c mdns/mDNSUNP.c rend-posix.c mdns/mDNSPlatformFunctions.h
endif
if COND_REND_HOWL
@@ -25,6 +25,7 @@ mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
lexer.l parser.y $(RENDSRC)
EXTRA_DIST = mdns/mDNS.c mdns/mDNSClientAPI.h mdns/mDNSDebug.h mdns/mDNSPosix.c \
mdns/mDNSUNP.c rend-howl.c rend-posix.c rend-osx.c
mdns/mDNSUNP.c mdns/mDNSPlatformFunctions.h mdns/mDNSPosix.h mdns/mDNSUNP.h \
rend-howl.c rend-posix.c rend-osx.c