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
091e62fe
...
091e62fe49b8220fac16e3ad54d16b7ae7ad1494
authored
2003-10-17 12:17:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added timestamp.c
1 parent
aa7981b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
examples/Makefile.am
examples/Makefile.am
View file @
091e62f
...
...
@@ -33,7 +33,7 @@ noinst_PROGRAMS = \
pop3client
moddir
=
@SIEVE_MODDIR@
mod_LTLIBRARIES
=
numaddr.la
mod_LTLIBRARIES
=
numaddr.la
timestamp.la
INCLUDES
=
-I
$(top_srcdir)
/include -I
$(top_srcdir)
/lib -I
$(top_builddir)
/include/mailutils/gnu -I
$(top_srcdir)
/mailbox @INTLINCS@
AM_LDFLAGS
=
../mailbox/libmailbox.la ../lib/libmailutils.la
...
...
@@ -42,6 +42,10 @@ numaddr_la_SOURCES = numaddr.c
numaddr_la_LIBADD
=
../libsieve/libsieve.la
numaddr_la_LDFLAGS
=
-module -avoid-version -no-undefined
timestamp_la_SOURCES
=
timestamp.c
timestamp_la_LIBADD
=
../libsieve/libsieve.la
timestamp_la_LDFLAGS
=
-module -avoid-version -no-undefined
mimetest_LDADD
=
\
../mailbox/mbox/libmu_mbox.la
\
../mailbox/imap/libmu_imap.la
\
...
...
Please
register
or
sign in
to post a comment