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
2d6a699c
...
2d6a699cf759cbbcd00b0fd770a161e04f011e6d
authored
2002-12-31 02:36:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed -I$(top_srcdir)/libmu_scm
1 parent
70adb7d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
guimb/Makefile.am
mail.local/Makefile.am
guimb/Makefile.am
View file @
2d6a699
...
...
@@ -2,8 +2,8 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# 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@ @INTLINCS@
INCLUDES
=
-I. -I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib
\
-I
$(top_srcdir)
/
include
@GUILE_INCLUDES@ @INTLINCS@
SUBDIRS
=
scm
...
...
mail.local/Makefile.am
View file @
2d6a699
...
...
@@ -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)
/mailbox -I
$(top_srcdir)
/include
-I
$(top_srcdir)
/libmu_scm
@GUILE_INCLUDES@ @INTLINCS@
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/mailbox -I
$(top_srcdir)
/include @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS
=
testsuite
libexec_PROGRAMS
=
mail.local
...
...
Please
register
or
sign in
to post a comment