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
007aa65d
...
007aa65d5c12338ce2d05fc27a9ac67fd0b8b2d9
authored
2004-06-15 12:40:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mailutils.scm): Fixed producing rule.
1 parent
595021c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
libmu_scm/Makefile.am
libmu_scm/Makefile.am
View file @
007aa65
...
...
@@ -21,7 +21,7 @@ INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/
lib_LTLIBRARIES
=
@MU_SCM@
EXTRA_LTLIBRARIES
=
libmu_scm.la
libmu_scm_la_SOURCE
S
=
\
C_SRC
S
=
\
mu_address.c
\
mu_body.c
\
mu_guimb.c
\
...
...
@@ -31,7 +31,10 @@ libmu_scm_la_SOURCES=\
mu_logger.c
\
mu_port.c
\
mu_scm.c
\
mu_util.c
\
mu_util.c
libmu_scm_la_SOURCES
=
\
$(C_SRCS)
\
mu_scm.h
libmu_scm_la_LDFLAGS
=
-rpath
$(libdir)
-version-info 0:0:0
...
...
@@ -72,7 +75,7 @@ SUFFIXES=.x .doc .inc .in
guile-procedures.txt
:
$(DOT_DOC_FILES)
cat
$(DOT_DOC_FILES)
>
$@
mailutils.scm
:
mailutils.scm.in $(
libmu_scm_la_SOURCE
S:.c=.inc)
mailutils.scm
:
mailutils.scm.in $(
C_SRC
S:.c=.inc)
m4 -DVERSION
=
$(VERSION)
-DLIBDIR
=
$(libdir)
\
-DBUILDDIR
=
$(top_builddir)
/libmu_scm
$?
>
$@
...
...
Please
register
or
sign in
to post a comment