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
0200075e
...
0200075e112dbae2007c414150d780c2b562a45c
authored
2003-08-28 19:36:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed target to lib_LTLIBRARY
1 parent
9b0883d7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
mailbox/imap/Makefile.am
mailbox/maildir/Makefile.am
mailbox/mbox/Makefile.am
mailbox/mh/Makefile.am
mailbox/pop/Makefile.am
mailbox/imap/Makefile.am
View file @
0200075
...
...
@@ -19,9 +19,9 @@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox -I
${
top_srcdir
}
/mailbox/include -I
${
top_srcdir
}
/include/mailutils/gnu @INTLINCS@
noinst_LTLIBRARIES
=
lib
imap.la
lib_LTLIBRARIES
=
libmu_
imap.la
libimap_la_SOURCES
=
\
lib
mu_
imap_la_SOURCES
=
\
folder.c
\
mbox.c
\
url.c
...
...
mailbox/maildir/Makefile.am
View file @
0200075
...
...
@@ -19,9 +19,9 @@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox -I
${
top_srcdir
}
/mailbox/include -I
${
top_srcdir
}
/include/mailutils/gnu @INTLINCS@
noinst_LTLIBRARIES
=
lib
maildir.la
lib_LTLIBRARIES
=
libmu_
maildir.la
libmaildir_la_SOURCES
=
\
libm
u_m
aildir_la_SOURCES
=
\
mbox.c
...
...
mailbox/mbox/Makefile.am
View file @
0200075
...
...
@@ -19,9 +19,10 @@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox -I
${
top_srcdir
}
/mailbox/include -I
${
top_srcdir
}
/include/mailutils/gnu @INTLINCS@
noinst_LTLIBRARIES
=
lib
mbox.la
lib_LTLIBRARIES
=
libmu_
mbox.la
libmbox_la_SOURCES
=
\
libmu_mbox_la_SOURCES
=
\
file.c
\
folder.c
\
mbox.c
\
mboxscan.c
\
...
...
mailbox/mh/Makefile.am
View file @
0200075
...
...
@@ -19,9 +19,9 @@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox -I
${
top_srcdir
}
/mailbox/include -I
${
top_srcdir
}
/include/mailutils/gnu @INTLINCS@
noinst_LTLIBRARIES
=
lib
mh.la
lib_LTLIBRARIES
=
libmu_
mh.la
libmh_la_SOURCES
=
\
libm
u_m
h_la_SOURCES
=
\
folder.c
\
mbox.c
\
url.c
...
...
mailbox/pop/Makefile.am
View file @
0200075
...
...
@@ -19,9 +19,9 @@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/mailbox -I
${
top_srcdir
}
/mailbox/include -I
${
top_srcdir
}
/include/mailutils/gnu @INTLINCS@
noinst_LTLIBRARIES
=
lib
pop.la
lib_LTLIBRARIES
=
libmu_
pop.la
libpop_la_SOURCES
=
\
lib
mu_
pop_la_SOURCES
=
\
folder.c
\
mbox.c
\
url.c
...
...
Please
register
or
sign in
to post a comment