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
179ce56a
...
179ce56afd518756f6c07f113b52130bdd44d618
authored
2007-07-05 21:50:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
ea8ee1e5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
pop3d/Makefile.am
readmsg/Makefile.am
sieve/Makefile.am
sql/Makefile.am
pop3d/Makefile.am
View file @
179ce56
...
...
@@ -18,7 +18,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
sbin_PROGRAMS
=
pop3d
bin_PROGRAMS
=
@POPAUTH@
...
...
readmsg/Makefile.am
View file @
179ce56
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
SUBDIRS
=
testsuite
...
...
sieve/Makefile.am
View file @
179ce56
...
...
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
SUBDIRS
=
testsuite
bin_PROGRAMS
=
sieve
...
...
sql/Makefile.am
View file @
179ce56
...
...
@@ -25,7 +25,7 @@ EXTRA_DIST=\
postgres.c
DISTCLEANFILES
=
modlist.h
INCLUDES
=
@MU_COMMON_INCLUDES@
@INTLINCS@
INCLUDES
=
@MU_COMMON_INCLUDES@
libsql_la_SOURCES
=
sql.c
libsql_la_LIBADD
=
@SQL_LTLIBOBJS@
...
...
Please
register
or
sign in
to post a comment