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!
This commit is contained in:
Arun Raghavan 2017-12-05 10:54:41 +05:30
parent bcd755bbe6
commit d9624e0382
90 changed files with 124 additions and 411 deletions

View file

@ -53,8 +53,6 @@
#include <pulsecore/poll.h>
#include <pulsecore/arpa-inet.h>
#include "module-rtp-recv-symdef.h"
#include "rtp.h"
#include "sdp.h"
#include "sap.h"

View file

@ -46,8 +46,6 @@
#include <pulsecore/socket-util.h>
#include <pulsecore/arpa-inet.h>
#include "module-rtp-send-symdef.h"
#include "rtp.h"
#include "sdp.h"
#include "sap.h"