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
470d88d7
...
470d88d77e3f9253c27241e1653f842261e83e50
authored
2002-11-08 15:57:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added new files.
1 parent
fd97a959
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
libsieve/Makefile.am
libsieve/Makefile.am
View file @
470d88d
...
...
@@ -10,7 +10,16 @@ lib_LTLIBRARIES = libsieve.la
noinst_PROGRAMS
=
sv
libsieve_la_SOURCES
=
sieve-gram.c sieve-gram.h sieve-lex.c util.c
libsieve_la_SOURCES
=
\
actions.c
\
register.c
\
require.c
\
sieve-gram.c
\
sieve-gram.h
\
sieve-lex.c
\
tests.c
\
util.c
sv_SOURCES
=
sv.c
sv_LDADD
=
./libsieve.la ../mailbox/libmailbox.la
noinst_HEADERS
=
sieve.h
...
...
Please
register
or
sign in
to post a comment