diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-05-15 19:27:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-05-15 20:04:27 (GMT) |
commit | 9e5cf9b3383adcb08ce4a334e19bf02dafe5771a (patch) | |
tree | b9da58b4c2213ba582ecd94b488826de2faeed7b /src/common | |
parent | f252166690f537cdf6853e45a6dc21ed058d0360 (diff) |
Rebuild an empty Python module.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 2 |
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) |