summaryrefslogtreecommitdiff
path: root/libmailutils/string/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/string/Makefile.am')
-rw-r--r--libmailutils/string/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/libmailutils/string/Makefile.am b/libmailutils/string/Makefile.am
index 24557717a..490ac3139 100644
--- a/libmailutils/string/Makefile.am
+++ b/libmailutils/string/Makefile.am
@@ -1,5 +1,5 @@
# GNU Mailutils -- a suite of utilities for electronic mail
-# Copyright (C) 2010-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-2024 Free Software Foundation, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -38,6 +38,7 @@ libstring_la_SOURCES = \
stripws.c\
strlst.c\
strrtrim.c\
+ strtosize.c\
trueans.c\
unfold.c\
asnprintf.c\
@@ -45,13 +46,14 @@ libstring_la_SOURCES = \
muctype.c\
vasnprintf.c\
mkfilename.c\
+ version.c\
wordsplit.c\
xdecode.c
EXTRA_DIST=to_sn.c to_un.c
AM_CPPFLAGS = \
- @MU_LIB_COMMON_INCLUDES@\
- -I${srcdir}\
- -I${top_srcdir}/libmailutils\
- -I${top_srcdir}/libmailutils/wordsplit
+ $(MU_LIB_COMMON_INCLUDES)\
+ -I$(srcdir)\
+ -I$(top_srcdir)/libmailutils\
+ -I$(top_srcdir)/libmailutils/wordsplit

Return to:

Send suggestions and report system problems to the System administrator.