diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-05-14 21:29:40 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-05-14 21:29:40 (GMT) |
commit | 7358dc2001d27d3c5a0c0fe39288b1a310a6d89e (patch) | |
tree | c83f3d52b11c72336dbabc4c1448c2ca4a375a36 /src/core | |
parent | ed57185faa4d7a53d953cf74a6f8626f44ce9b75 (diff) |
Restore a minimal support for plugins.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index f329a09..5bcb13a 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -17,8 +17,9 @@ libcore_la_SOURCES = \ libcore_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) -libcore4_la_SOURCES = \ - logs.h logs.c +libcore4_la_SOURCES = \ + logs.h logs.c \ + paths.h paths.c libcore4_la_CFLAGS = $(TOOLKIT_CFLAGS) |