summaryrefslogtreecommitdiff
path: root/libproto/mh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/mh/Makefile.am')
-rw-r--r--libproto/mh/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/libproto/mh/Makefile.am b/libproto/mh/Makefile.am
index f79c998f6..32c8a6191 100644
--- a/libproto/mh/Makefile.am
+++ b/libproto/mh/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2003-2019 Free Software Foundation, Inc.
+## Copyright (C) 2003-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,14 +14,15 @@
## 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_LIB_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES)
lib_LTLIBRARIES = libmu_mh.la
libmu_mh_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
-libmu_mh_la_LIBADD = ${MU_LIB_MAILUTILS}
+libmu_mh_la_LIBADD = $(MU_LIB_MAILUTILS)
libmu_mh_la_SOURCES = \
folder.c\
- mbox.c\
+ mh.c\
profile.c
+SUBDIRS = . tests

Return to:

Send suggestions and report system problems to the System administrator.