summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-15 19:27:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-15 20:04:27 (GMT)
commit9e5cf9b3383adcb08ce4a334e19bf02dafe5771a (patch)
treeb9da58b4c2213ba582ecd94b488826de2faeed7b /src
parentf252166690f537cdf6853e45a6dc21ed058d0360 (diff)
Rebuild an empty Python module.
Diffstat (limited to 'src')
-rw-r--r--src/common/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index af18ab8..8366376 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -56,8 +56,10 @@ libcommon4_la_SOURCES = \
asm.h asm.c \
bits.h bits.c \
compiler.h \
+ environment.h environment.c \
extstr.h extstr.c \
pathname.h pathname.c \
+ sort.h sort.c \
xdg.h xdg.c
libcommon4_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)