From d9624e0382aabc106252e3a39665293e72ed08bb Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 5 Dec 2017 10:54:41 +0530 Subject: build-sys: Stop using symdef headers for modules This removes the symdef header generation m4 magic in favour of a simpler macro method, allowing us to skip one unnecessary build step while moving to meson, and removing an 11 year old todo! --- src/modules/module-combine-sink.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/module-combine-sink.c') diff --git a/src/modules/module-combine-sink.c b/src/modules/module-combine-sink.c index ce6eb7766..baaac44d5 100644 --- a/src/modules/module-combine-sink.c +++ b/src/modules/module-combine-sink.c @@ -45,8 +45,6 @@ #include #include -#include "module-combine-sink-symdef.h" - PA_MODULE_AUTHOR("Lennart Poettering"); PA_MODULE_DESCRIPTION("Combine multiple sinks to one"); PA_MODULE_VERSION(PACKAGE_VERSION); -- cgit v1.2.1