summaryrefslogtreecommitdiff
path: root/imap4d/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/Makefile.am')
-rw-r--r--imap4d/Makefile.am21
1 files changed, 9 insertions, 12 deletions
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index 7b44701a4..3a86daa89 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 1999-2019 Free Software Foundation, Inc.
+## Copyright (C) 1999-2024 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -14,7 +14,7 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@
+AM_CPPFLAGS = $(MU_APP_COMMON_INCLUDES) $(MU_AUTHINCS) @SERV_AUTHINCS@
SUBDIRS = . tests
sbin_PROGRAMS = imap4d
@@ -71,18 +71,15 @@ imap4d_SOURCES = \
util.c
imap4d_LDADD = \
- ${MU_APP_LIBRARIES}\
- ${MU_LIB_LOCAL_MAILBOX}\
- ${MU_LIB_AUTH}\
- @MU_AUTHLIBS@ \
- ${MU_LIB_MAILUTILS}\
+ $(MU_APP_LIBRARIES)\
+ $(MU_LIB_LOCAL_MAILBOX)\
+ $(MU_LIB_AUTH)\
+ $(MU_AUTHLIBS) \
+ $(MU_LIB_MAILUTILS)\
@SERV_AUTHLIBS@\
- @MU_COMMON_LIBRARIES@\
- @MU_TCPWRAP_LIBRARIES@
+ $(MU_COMMON_LIBRARIES)\
+ $(MU_TCPWRAP_LIBRARIES)
if MU_COND_UNISTRING
imap4d_LDADD += -lunistring
- imap4d_SOURCES += unistr_u8.c
-else
- imap4d_SOURCES += unistr_c.c
endif

Return to:

Send suggestions and report system problems to the System administrator.