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
c737a5fa
...
c737a5fab8d1a5109469b8b06b4dad16702e9309
authored
2001-10-21 15:21:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changes for compatibility with automake 1.5
1 parent
688aad0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
ChangeLog
guimb/Makefile.am
mh/Makefile.am
ChangeLog
View file @
c737a5f
2001-10-21 Sergey Poznyakoff
Changes for compatibility with automake 1.5:
* guimb/Makefile.am: Restored -I.
* mh/Makefile.am: Renamed ALL_LDADD to mh_LIBS.
2001-10-20 Alain Magloire
* configure.in: Set to 0.0.9c.
...
...
guimb/Makefile.am
View file @
c737a5f
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
INCLUDES
=
-I.
-I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/libmu_scm
SUBDIRS
=
scm
...
...
mh/Makefile.am
View file @
c737a5f
...
...
@@ -11,8 +11,8 @@ noinst_HEADERS = mh.h mh_getopt.h
scan_SOURCES
=
scan.c
inc_SOURCES
=
inc.c
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib @ARGPINCS@
ALL_LDADD
=
./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a
scan_LDADD
=
$(
ALL_LDADD
)
-lcurses -ltermcap
inc_LDADD
=
$(
ALL_LDADD
)
mh_LIBS
=
./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a
scan_LDADD
=
$(
mh_LIBS
)
-lcurses -ltermcap
inc_LDADD
=
$(
mh_LIBS
)
YFLAGS
=
-vt
...
...
Please
register
or
sign in
to post a comment