From 4cfd356e1266ccf4ebb4082ca62e978dc827adc0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 06:55:10 +0200 Subject: dirvec: moved code to dirvec.c Having all functions as static (non-inline) functions generates GCC warnings, and duplicates binary code across several object files. Most of dirvec's methods are too complex for becoming inline functions. Move them all to dirvec.c and publish the prototypes in dirvec.h. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 45ef7c591..4f7828d38 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -132,6 +132,7 @@ mpd_SOURCES = \ decoder_control.c \ decoder_api.c \ directory.c \ + dirvec.c \ decoder_list.c \ inputStream.c \ inputStream_file.c \ -- cgit v1.2.3