Added timestamp.c
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -33,7 +33,7 @@ noinst_PROGRAMS = \ | ... | @@ -33,7 +33,7 @@ noinst_PROGRAMS = \ |
33 | pop3client | 33 | pop3client |
34 | 34 | ||
35 | moddir=@SIEVE_MODDIR@ | 35 | moddir=@SIEVE_MODDIR@ |
36 | mod_LTLIBRARIES = numaddr.la | 36 | mod_LTLIBRARIES = numaddr.la timestamp.la |
37 | 37 | ||
38 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_builddir)/include/mailutils/gnu -I$(top_srcdir)/mailbox @INTLINCS@ | 38 | INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_builddir)/include/mailutils/gnu -I$(top_srcdir)/mailbox @INTLINCS@ |
39 | AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la | 39 | AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la |
... | @@ -42,6 +42,10 @@ numaddr_la_SOURCES = numaddr.c | ... | @@ -42,6 +42,10 @@ numaddr_la_SOURCES = numaddr.c |
42 | numaddr_la_LIBADD = ../libsieve/libsieve.la | 42 | numaddr_la_LIBADD = ../libsieve/libsieve.la |
43 | numaddr_la_LDFLAGS = -module -avoid-version -no-undefined | 43 | numaddr_la_LDFLAGS = -module -avoid-version -no-undefined |
44 | 44 | ||
45 | timestamp_la_SOURCES = timestamp.c | ||
46 | timestamp_la_LIBADD = ../libsieve/libsieve.la | ||
47 | timestamp_la_LDFLAGS = -module -avoid-version -no-undefined | ||
48 | |||
45 | mimetest_LDADD =\ | 49 | mimetest_LDADD =\ |
46 | ../mailbox/mbox/libmu_mbox.la\ | 50 | ../mailbox/mbox/libmu_mbox.la\ |
47 | ../mailbox/imap/libmu_imap.la\ | 51 | ../mailbox/imap/libmu_imap.la\ | ... | ... |
-
Please register or sign in to post a comment