Added ARGP stuff.
Showing
2 changed files
with
4 additions
and
4 deletions
1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | 1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr |
2 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib | 2 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @ARGPINCS@ |
3 | 3 | ||
4 | bin_PROGRAMS = frm | 4 | bin_PROGRAMS = frm |
5 | 5 | ||
6 | frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la | 6 | frm_LDADD = @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.la | ... | ... |
1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | 1 | AUTOMAKE_OPTIONS = ../lib/ansi2knr |
2 | INCLUDES = -I. -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 @ARGPINCS@ |
4 | 4 | ||
5 | SUBDIRS=scm | 5 | SUBDIRS=scm |
6 | 6 | ||
7 | bin_PROGRAMS=@GUIMB@ | 7 | bin_PROGRAMS=@GUIMB@ |
8 | EXTRA_PROGRAMS=guimb | 8 | EXTRA_PROGRAMS=guimb |
9 | guimb_SOURCES=main.c collect.c util.c guimb.h | 9 | guimb_SOURCES=main.c collect.c util.c guimb.h |
10 | guimb_LDADD = ../libmu_scm/libmu_scm.a ../mailbox/libmailbox.la \ | 10 | guimb_LDADD = @ARGPLIBS@ ../libmu_scm/libmu_scm.a ../mailbox/libmailbox.la \ |
11 | ../lib/libmailutils.la @GUILE_LIBS@ | 11 | ../lib/libmailutils.la @GUILE_LIBS@ |
12 | 12 | ... | ... |
-
Please register or sign in to post a comment