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
714bfac8
...
714bfac8ac4d0ae7b93e8887290e6b999f0dfa90
authored
2001-08-18 17:41:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mu_mime.c
1 parent
cf88ae58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
libmu_scm/Makefile.am
libmu_scm/Makefile.am
View file @
714bfac
...
...
@@ -3,14 +3,22 @@ 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_port.c mu_scm.h
libmu_scm_a_SOURCES
=
\
mu_address.c
\
mu_body.c
\
mu_mailbox.c
\
mu_message.c
\
mu_mime.c
\
mu_logger.c
\
mu_port.c
\
mu_scm.c
\
mu_scm.h
pkgdata_DATA
=
@GUILE_PROCEDURES_TXT@
DOT_X_FILES
=
mu_address.x mu_body.x mu_mailbox.x mu_message.x
\
DOT_X_FILES
=
mu_address.x mu_body.x mu_mailbox.x mu_message.x
mu_mime.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_port.doc mu_scm.doc
mu_
mime.doc mu_
logger.doc mu_port.doc mu_scm.doc
BUILT_SOURCES
=
@GUILE_BUILT_SOURCES@
CPPFLAGS
=
-DDATADIR
=
\"
$(pkgdatadir)
\"
...
...
Please
register
or
sign in
to post a comment