Fix dependencies and include necessary headers
authorMaarten Bosmans <mkbosmans@gmail.com>
Thu, 6 Jan 2011 00:35:27 +0000 (01:35 +0100)
committerMaarten Bosmans <mkbosmans@gmail.com>
Thu, 17 Feb 2011 10:58:22 +0000 (11:58 +0100)
src/Makefile.am
src/pulsecore/core-util.c
src/pulsecore/inet_ntop.c
src/pulsecore/parseaddr.c
src/pulsecore/pipe.c
src/pulsecore/proplist-util.c
src/pulsecore/start-child.c
src/tests/ipacl-test.c

index baba9c5..89377a6 100644 (file)
@@ -562,6 +562,14 @@ libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
                pulse/client-conf.c pulse/client-conf.h \
                pulse/i18n.c pulse/i18n.h \
                pulse/fork-detect.c pulse/fork-detect.h \
+               pulse/xmalloc.c pulse/xmalloc.h \
+               pulse/proplist.c pulse/proplist.h \
+               pulse/utf8.c pulse/utf8.h \
+               pulse/channelmap.c pulse/channelmap.h \
+               pulse/sample.c pulse/sample.h \
+               pulse/util.c pulse/util.h \
+               pulse/timeval.c pulse/timeval.h \
+               pulse/rtclock.c pulse/rtclock.h \
                pulsecore/atomic.h \
                pulsecore/authkey.c pulsecore/authkey.h \
                pulsecore/conf-parser.c pulsecore/conf-parser.h \
index ba9e820..49cd01a 100644 (file)
 #include <pulsecore/usergroup.h>
 #include <pulsecore/strlist.h>
 #include <pulsecore/cpu-x86.h>
+#include <pulsecore/pipe.h>
 
 #include "core-util.h"
 
index e283a67..64c28ed 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef HAVE_INET_NTOP
 
+#include <pulsecore/core-util.h>
 #include <pulsecore/socket.h>
 
 #include "inet_ntop.h"
index 7f6cd90..99fdcbf 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <pulsecore/core-util.h>
 #include <pulsecore/macro.h>
+#include <pulsecore/inet_pton.h>
 
 #include "parseaddr.h"
 
index db8e16f..f873ef6 100644 (file)
@@ -30,6 +30,7 @@
 #include <sys/types.h>
 
 #include <pulsecore/socket.h>
+#include <pulsecore/core-util.h>
 
 #include "pipe.h"
 
index 23864bc..642c498 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <string.h>
 #include <locale.h>
-#include <dlfcn.h>
+#include <libintl.h>
 
 #ifdef __APPLE__
 #include <crt_externs.h>
index dabcfa5..fd1baeb 100644 (file)
@@ -40,6 +40,7 @@
 
 #include <pulsecore/core-util.h>
 #include <pulsecore/core-error.h>
+#include <pulsecore/pipe.h>
 
 #include "start-child.h"
 
index 88bd6c6..5866346 100644 (file)
@@ -24,6 +24,7 @@
 #include <pulsecore/socket.h>
 #include <pulsecore/macro.h>
 #include <pulsecore/ipacl.h>
+#include <pulsecore/inet_pton.h>
 
 int main(int argc, char *argv[]) {
     struct sockaddr_in sa;