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
b35a39df
...
b35a39df577750e3e395e1175e5e54ea6ced84e8
authored
2001-08-05 14:01:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mu_port.c
1 parent
746c0c54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
libmu_scm/Makefile.am
libmu_scm/Makefile.am
View file @
b35a39d
...
...
@@ -4,13 +4,13 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
noinst_LIBRARIES
=
@MU_SCM@
EXTRA_LIBRARIES
=
libmu_scm.a
libmu_scm_a_SOURCES
=
mu_scm.c mu_address.c mu_body.c mu_mailbox.c mu_message.c
\
mu_logger.c mu_scm.h
mu_logger.c mu_
port.c mu_
scm.h
pkgdata_DATA
=
@GUILE_PROCEDURES_TXT@
DOT_X_FILES
=
mu_address.x mu_body.x mu_mailbox.x mu_message.x
\
mu_logger.x mu_scm.x
mu_logger.x mu_
port.x mu_
scm.x
DOT_DOC_FILES
=
mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc
\
mu_logger.doc mu_scm.doc
mu_logger.doc mu_
port.doc mu_
scm.doc
BUILT_SOURCES
=
@GUILE_BUILT_SOURCES@
EXTRA_DIST
=
$(DOT_X_FILES)
$(DOT_DOC_FILES)
guile-procedures.txt
...
...
Please
register
or
sign in
to post a comment