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
97579a39
...
97579a390b9ec6ae97ca24ed14d9316b89912d3e
authored
2001-06-18 00:07:41 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
More fixes to the packaging structure by Sergey.
1 parent
137cbd6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
sieve/Makefile.am
sieve/Makefile.am
View file @
97579a3
...
...
@@ -3,15 +3,18 @@ INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
YLWRAP
=
$(SHELL)
$(srcdir)
/ylwrap
YFLAGS
=
-d
BUILT_SOURCES
=
sieve-gram.c sieve-gram.h
\
sieve-lex.c addr-lex.c
\
addr.c addr.h
BUILT_SOURCES
=
\
sieve-gram.c sieve-gram.h
\
sieve-lex.c addr-lex.c
\
addr.c addr.h
MOSTLYCLEANFILES
=
CLEANFILES
=
DISTCLEANFILES
=
MAINTAINERCLEANFILES
=
$(BUILT_SOURCES)
EXTRA_DIST
=
$(BUILT_SOURCES)
EXTRA_DIST
=
\
$(BUILT_SOURCES)
\
addr-lex.l addr.y gram-sieve.y sieve-gram.y sieve-lex.l
bin_PROGRAMS
=
sieve
...
...
Please
register
or
sign in
to post a comment