summaryrefslogtreecommitdiff
path: root/libproto/maildir/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/maildir/Makefile.am')
-rw-r--r--libproto/maildir/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libproto/maildir/Makefile.am b/libproto/maildir/Makefile.am
index 8f61b9980..ded2d2388 100644
--- a/libproto/maildir/Makefile.am
+++ b/libproto/maildir/Makefile.am
@@ -14,11 +14,11 @@
## 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_maildir.la
libmu_maildir_la_LDFLAGS=-version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
-libmu_maildir_la_LIBADD = ${MU_LIB_MAILUTILS}
+libmu_maildir_la_LIBADD = $(MU_LIB_MAILUTILS)
libmu_maildir_la_SOURCES = \
folder.c \
maildir.h \

Return to:

Send suggestions and report system problems to the System administrator.