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
4d20e0e5
...
4d20e0e57fb16b8c16f316590a6a0e956c2e81fc
authored
2004-01-02 23:34:33 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added SUBDIRS = . extensions
1 parent
5b38e1df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
libsieve/Makefile.am
libsieve/Makefile.am
View file @
4d20e0e
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2002 Free Software Foundation, Inc.
## Copyright (C) 2002
, 2003, 2004
Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -17,11 +17,15 @@
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib -I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_srcdir
}
/lib
\
-I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
YLWRAP
=
$(SHELL)
$(top_srcdir)
/scripts/ylwrap
AM_YFLAGS
=
-dtv
AM_CPPFLAGS
=
-DSIEVE_MODDIR
=
\"
@SIEVE_MODDIR@
\"
SUBDIRS
=
. extensions
lib_LTLIBRARIES
=
libsieve.la
libsieve_la_SOURCES
=
\
...
...
@@ -39,11 +43,11 @@ libsieve_la_SOURCES = \
sieve-lex.c
\
tests.c
\
util.c
libsieve_la_LIBADD
=
@LTDL_LIB@
libsieve_la_LIBADD
=
@LTDL_LIB@
noinst_HEADERS
=
sieve.h
BUILT_SOURCES
=
\
BUILT_SOURCES
=
\
sieve-gram.c sieve-gram.h
\
sieve-lex.c
...
...
@@ -61,4 +65,3 @@ sieve-gram.c sieve-gram.h: $(srcdir)/sieve.y
y.tab.c sieve-gram.c y.tab.h sieve-gram.h y.output y.output
\
-- -yy sieve_yy
...
...
Please
register
or
sign in
to post a comment