Since newest autotools automatically add the .c files to the DIST_COMMON, might as well add the parser.h too

This commit is contained in:
Ron Pedde 2004-09-19 05:13:58 +00:00
parent 32e4d018cb
commit 078c1e98e1

View File

@ -29,4 +29,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 \
mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \
rend-howl.c rend-posix.c rend-osx.c strcasestr.c strsep.c db-memory.c \
db-gdbm.c strcasestr.h redblack.c redblack.h db-memory.c
db-gdbm.c strcasestr.h redblack.c redblack.h db-memory.c \
parser.h