From 281125c72767713d6294ac7094f3bf7bde47a1e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 13 Aug 2006 01:43:34 +0000 Subject: rework hook list stuff again, and replace macros with real functins. We loose type safety but things are much cleaner now git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1234 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 82175e42..3cf3168c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -585,7 +585,8 @@ libpulsecore_la_SOURCES += \ pulsecore/strbuf.c pulsecore/strbuf.h \ pulsecore/tokenizer.c pulsecore/tokenizer.h \ pulsecore/winsock.h \ - pulsecore/core-error.c pulsecore/core-error.h + pulsecore/core-error.c pulsecore/core-error.h \ + pulsecore/hook-list.c pulsecore/hook-list.h if OS_IS_WIN32 libpulsecore_la_SOURCES += \ -- cgit