Added mu_mime.c
Showing
1 changed file
with
12 additions
and
4 deletions
... | @@ -3,14 +3,22 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include | ... | @@ -3,14 +3,22 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include |
3 | 3 | ||
4 | noinst_LIBRARIES=@MU_SCM@ | 4 | noinst_LIBRARIES=@MU_SCM@ |
5 | EXTRA_LIBRARIES=libmu_scm.a | 5 | EXTRA_LIBRARIES=libmu_scm.a |
6 | libmu_scm_a_SOURCES=mu_scm.c mu_address.c mu_body.c mu_mailbox.c mu_message.c \ | 6 | libmu_scm_a_SOURCES=\ |
7 | mu_logger.c mu_port.c mu_scm.h | 7 | mu_address.c\ |
8 | mu_body.c\ | ||
9 | mu_mailbox.c\ | ||
10 | mu_message.c\ | ||
11 | mu_mime.c\ | ||
12 | mu_logger.c\ | ||
13 | mu_port.c\ | ||
14 | mu_scm.c\ | ||
15 | mu_scm.h | ||
8 | 16 | ||
9 | pkgdata_DATA=@GUILE_PROCEDURES_TXT@ | 17 | pkgdata_DATA=@GUILE_PROCEDURES_TXT@ |
10 | DOT_X_FILES=mu_address.x mu_body.x mu_mailbox.x mu_message.x \ | 18 | DOT_X_FILES=mu_address.x mu_body.x mu_mailbox.x mu_message.x mu_mime.x\ |
11 | mu_logger.x mu_port.x mu_scm.x | 19 | mu_logger.x mu_port.x mu_scm.x |
12 | DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \ | 20 | DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \ |
13 | mu_logger.doc mu_port.doc mu_scm.doc | 21 | mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc |
14 | BUILT_SOURCES=@GUILE_BUILT_SOURCES@ | 22 | BUILT_SOURCES=@GUILE_BUILT_SOURCES@ |
15 | 23 | ||
16 | CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" | 24 | CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" | ... | ... |
-
Please register or sign in to post a comment