summaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2017-12-05 10:54:41 +0530
committerArun Raghavan <arun@arunraghavan.net>2017-12-12 12:58:52 +0530
commitd9624e0382aabc106252e3a39665293e72ed08bb (patch)
tree3aaa45e1dd7977bcec449b036560f667da349b04 /todo
parentbcd755bbe6db81acf1d8957c9ffa8e1a346dab49 (diff)
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!
Diffstat (limited to 'todo')
-rw-r--r--todo1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo b/todo
index 653bedc47..11a7e51cf 100644
--- a/todo
+++ b/todo
@@ -1,5 +1,4 @@
Build System:
-- Remove symdef files and use macros (like most other projects)
- Use own name mangling scheme instead of ltdl's, which will eliminate the
need for .la files or extra trickery.