diff options
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) |