summaryrefslogtreecommitdiff
path: root/guimb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'guimb/Makefile.am')
-rw-r--r--guimb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index b0c5d2da1..acf8623a6 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -3,7 +3,7 @@
# See file COPYING in the distribution root directory for copying conditions.
INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
- -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
+ -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS=scm
@@ -11,5 +11,5 @@ bin_PROGRAMS=@GUIMB@
EXTRA_PROGRAMS=guimb
guimb_SOURCES=main.c collect.c util.c guimb.h
guimb_LDADD = ../libmu_scm/libmu_scm.la ../mailbox/libmailbox.la \
- ../lib/libmailutils.la @GUILE_LIBS@
+ ../lib/libmailutils.la @GUILE_LIBS@ @LTLIBINTL@

Return to:

Send suggestions and report system problems to the System administrator.