Changes for compatibility with automake 1.5
Showing
3 changed files
with
11 additions
and
4 deletions
1 | 2001-10-21 Sergey Poznyakoff | ||
2 | |||
3 | Changes for compatibility with automake 1.5: | ||
4 | |||
5 | * guimb/Makefile.am: Restored -I. | ||
6 | * mh/Makefile.am: Renamed ALL_LDADD to mh_LIBS. | ||
7 | |||
1 | 2001-10-20 Alain Magloire | 8 | 2001-10-20 Alain Magloire |
2 | 9 | ||
3 | * configure.in: Set to 0.0.9c. | 10 | * configure.in: Set to 0.0.9c. | ... | ... |
1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | 1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr |
2 | INCLUDES =-I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \ | 2 | INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \ |
3 | -I$(top_srcdir)/libmu_scm | 3 | -I$(top_srcdir)/libmu_scm |
4 | 4 | ||
5 | SUBDIRS=scm | 5 | SUBDIRS=scm | ... | ... |
... | @@ -11,8 +11,8 @@ noinst_HEADERS = mh.h mh_getopt.h | ... | @@ -11,8 +11,8 @@ noinst_HEADERS = mh.h mh_getopt.h |
11 | scan_SOURCES = scan.c | 11 | scan_SOURCES = scan.c |
12 | inc_SOURCES = inc.c | 12 | inc_SOURCES = inc.c |
13 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@ | 13 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@ |
14 | ALL_LDADD = ./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a | 14 | mh_LIBS = ./libmh.a @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a |
15 | scan_LDADD = $(ALL_LDADD) -lcurses -ltermcap | 15 | scan_LDADD = $(mh_LIBS) -lcurses -ltermcap |
16 | inc_LDADD = $(ALL_LDADD) | 16 | inc_LDADD = $(mh_LIBS) |
17 | YFLAGS=-vt | 17 | YFLAGS=-vt |
18 | 18 | ... | ... |
-
Please register or sign in to post a comment