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
3e2bd314
...
3e2bd31415674c8b831a2421fd36991a94880827
authored
2003-02-21 12:57:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Install binaries into a separate directory to prevent namespace pollution.
1 parent
2a89f9e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mh/Makefile.am
mh/Makefile.am
View file @
3e2bd31
...
...
@@ -58,6 +58,7 @@ EXTRA_PROGRAMS = \
LIBRARIES_MH
=
libmh.a
EXTRA_LIBRARIES
=
libmh.a
bindir
=
@MH_BIN_DIR@
mhlibdir
=
$(pkgdatadir)
/mh
bin_PROGRAMS
=
@BUILD_MH_PROGRAMS@
noinst_LIBRARIES
=
@BUILD_MH_LIBRARIES@
...
...
@@ -74,6 +75,7 @@ libmh_a_SOURCES= \
mh_fmtgram.c
\
mh_msgset.c
\
mh_sequence.c
\
mh_stream.c
\
mh_whatnow.c
noinst_HEADERS
=
mh.h mh_getopt.h
...
...
@@ -99,7 +101,7 @@ mailutils-mh.el: mailutils-mh.eli
sed
"s,BINDIR,
$(bindir)
,g;s,MHLIBDIR,
$(mhlibdir)
,g"
$<
>
$@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib -I
${
top_srcdir
}
/mailbox @INTLINCS@
AM_CPPFLAGS
=
-DMHLIBDIR
=
\"
$(mhlibdir)
\"
AM_CPPFLAGS
=
-DMHLIBDIR
=
\"
$(mhlibdir)
\"
-DMHBINDIR
=
\"
$(bindir)
\"
mh_LIBS
=
./libmh.a ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
LDADD
=
$(mh_LIBS)
scan_LDADD
=
$(mh_LIBS)
@CURSES_LIBS@
...
...
Please
register
or
sign in
to post a comment