From c191aff5cd50ed1695b2053745aaf9baebfe6c59 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Fri, 15 Jan 2010 19:38:21 +0100 Subject: [PATCH] Add remote_pairing.[ch] to sources --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index a27b820c..d6faa652 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,6 +36,7 @@ forked_daapd_SOURCES = main.c \ filescanner.c filescanner.h \ filescanner_ffmpeg.c filescanner_urlfile.c filescanner_m3u.c $(ITUNESSRC) \ mdns_avahi.c mdns_avahi.h \ + remote_pairing.c remote_pairing.h \ evhttp/http.c evhttp/evhttp.h evhttp/strlcpy.c \ evhttp/http-internal.h evhttp/log.h evhttp/strlcpy-internal.h \ httpd.c httpd.h \