Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bb55535e
...
bb55535ecdcbce66ac29f62e785ab92a9586187d
authored
2002-12-27 15:37:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added @INTLINCS@ and @LTLIBINTL@
1 parent
9b4105c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
mail.remote/Makefile.am
mail.remote/Makefile.am
View file @
bb55535
...
...
@@ -2,7 +2,7 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
-I
$(top_srcdir)
/libmu_scm
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
@INTLINCS@
SUBDIRS
=
testsuite
PROGRAMS_SMTP
=
mail.remote
...
...
@@ -11,5 +11,4 @@ libexec_PROGRAMS = @BUILD_SMTP_PROGRAMS@
mail_remote_SOURCES
=
mail.remote.c
mail_remote_LDADD
=
../mailbox/libmailbox.la ../lib/libmailutils.la
mail_remote_LDADD
=
../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
...
...
Please
register
or
sign in
to post a comment