mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 04:24:20 -04:00
missing some files in extra_dist
This commit is contained in:
parent
cb37ce4fea
commit
a42cb7549d
@ -3,7 +3,7 @@
|
|||||||
mv configure.in configure.in.mkdist
|
mv configure.in configure.in.mkdist
|
||||||
cat configure.in.mkdist | sed -e s/AM_INIT_AUTOMAKE.*$/AM_INIT_AUTOMAKE\(mt-daapd,cvs-`date +%Y%m%d`\)/ > configure.in
|
cat configure.in.mkdist | sed -e s/AM_INIT_AUTOMAKE.*$/AM_INIT_AUTOMAKE\(mt-daapd,cvs-`date +%Y%m%d`\)/ > configure.in
|
||||||
./reconf
|
./reconf
|
||||||
./configure --with-id3tag=/sw
|
./configure --with-id3tag=/opt/local
|
||||||
make dist
|
make dist
|
||||||
mv configure.in.mkdist configure.in
|
mv configure.in.mkdist configure.in
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@ sbin_PROGRAMS = mt-daapd
|
|||||||
bin_PROGRAMS = wavstreamer
|
bin_PROGRAMS = wavstreamer
|
||||||
|
|
||||||
if COND_REND_POSIX
|
if COND_REND_POSIX
|
||||||
PRENDSRC=mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c mDNSUNP.c rend-posix.c mDNSPlatformFunctions.h rend-unix.c
|
PRENDSRC=mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c mDNSUNP.c \
|
||||||
|
rend-posix.c mDNSPlatformFunctions.h rend-unix.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if COND_REND_HOWL
|
if COND_REND_HOWL
|
||||||
@ -32,8 +33,8 @@ wavstreamer_SOURCES = wavstreamer.c
|
|||||||
|
|
||||||
mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
|
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 \
|
webserver.h configfile.c configfile.h err.c err.h restart.c restart.h \
|
||||||
mp3-scanner.h mp3-scanner.c rend-unix.h strcasestr.c strcasestr.h strsep.c \
|
mp3-scanner.h mp3-scanner.c rend-unix.h strcasestr.c strcasestr.h \
|
||||||
dynamic-art.c dynamic-art.h query.c query.h ssc.c ssc.h \
|
strsep.c dynamic-art.c dynamic-art.h query.c query.h ssc.c ssc.h \
|
||||||
db-generic.c db-generic.h dispatch.c dispatch.h wma.c \
|
db-generic.c db-generic.h dispatch.c dispatch.h wma.c \
|
||||||
scan-xml.c ezxml.c ezxml.h \
|
scan-xml.c ezxml.c ezxml.h \
|
||||||
$(PRENDSRC) $(ORENDSRC) $(HRENDSRC) $(OGGVORBISSRC) $(FLACSRC) \
|
$(PRENDSRC) $(ORENDSRC) $(HRENDSRC) $(OGGVORBISSRC) $(FLACSRC) \
|
||||||
@ -41,5 +42,5 @@ mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
|
|||||||
|
|
||||||
EXTRA_DIST = mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c \
|
EXTRA_DIST = mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c \
|
||||||
mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \
|
mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \
|
||||||
rend-howl.c rend-posix.c rend-osx.c
|
rend-howl.c rend-posix.c rend-osx.c \
|
||||||
strcasestr.h ogg.c flac.c dbs-sqlite.c dbs-sqlite.h
|
strcasestr.h ogg.c flac.c dbs-sqlite.c dbs-sqlite.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user