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
9ee6ed64
...
9ee6ed64731376565c0f489408a08b6c0f88d97f
authored
2005-11-15 15:15:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(AM_CPPFLAGS): Add -D_GNU_SOURCE=1, needed for compiling lex sources
1 parent
c84f5581
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
mh/Makefile.am
mimeview/Makefile.am
mh/Makefile.am
View file @
9ee6ed6
...
...
@@ -123,7 +123,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_builddir
}
/include/mailutils/gnu -I
${
top_srcdir
}
/mailbox @INTLINCS@
AM_CPPFLAGS
=
-DMHLIBDIR
=
\"
$(mhlibdir)
\"
-DMHBINDIR
=
\"
$(bindir)
\"
AM_CPPFLAGS
=
-D
_GNU_SOURCE -D
MHLIBDIR
=
\"
$(mhlibdir)
\"
-DMHBINDIR
=
\"
$(bindir)
\"
mh_LIBS
=
\
./libmh.a
\
../lib/libmuaux.la
\
...
...
mimeview/Makefile.am
View file @
9ee6ed6
...
...
@@ -33,6 +33,7 @@ mimeview_SOURCES = \
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/ylwrap
AM_YFLAGS
=
-vt
AM_LEXFLAGS
=
-d
AM_CPPFLAGS
=
-D_GNU_SOURCE
=
1
EXTRA_DIST
=
mimetypes.y mimetypes.l
mimetypes-gram.c mimetypes-decl.h
:
$(srcdir)/mimetypes.y
...
...
Please
register
or
sign in
to post a comment