summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-14 21:29:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-14 21:29:40 (GMT)
commit7358dc2001d27d3c5a0c0fe39288b1a310a6d89e (patch)
treec83f3d52b11c72336dbabc4c1448c2ca4a375a36 /src/core/Makefile.am
parented57185faa4d7a53d953cf74a6f8626f44ce9b75 (diff)
Restore a minimal support for plugins.
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am5
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)