summaryrefslogtreecommitdiff
path: root/src/common/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/common/Makefile.am
parented57185faa4d7a53d953cf74a6f8626f44ce9b75 (diff)
Restore a minimal support for plugins.
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 53d3627..9d0885e 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -53,7 +53,11 @@ endif
libcommon4_la_SOURCES = \
- extstr.h extstr.c
+ asm.h asm.c \
+ bits.h bits.c \
+ extstr.h extstr.c \
+ pathname.h pathname.c \
+ xdg.h xdg.c
libcommon4_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)