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
ee9fcbe9
...
ee9fcbe9fc43e66a67959ce9805afa8cef05ee75
authored
2002-12-03 23:31:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
New target mailutils-config
1 parent
8acf13e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
mailbox/Makefile.am
mailbox/Makefile.am
View file @
ee9fcbe
...
...
@@ -8,6 +8,7 @@ AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
SUBDIRS
=
include testsuite
lib_LTLIBRARIES
=
libmailbox.la
bin_PROGRAMS
=
mailutils-config
EXTRA_DIST
=
mbx_mboxscan.c strtok_r.c
\
strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c
\
...
...
@@ -82,3 +83,7 @@ wicket.c
libmailbox_la_DEPENDENCIES
=
@MU_LTLIBOBJS@
libmailbox_la_LIBADD
=
@MU_LTLIBOBJS@
libmailbox_la_LDFLAGS
=
-version-info 0:0:0
mailutils_config_SOURCES
=
mailutils-config.c
mailutils_config_LDADD
=
./libmailbox.la
mailutils_config_CFLAGS
=
-DCOMPILE_FLAGS
=
"
\"
-I
$(includedir)
\"
"
-DLINK_FLAGS
=
"
\"
-L
$(libdir)
\"
"
-DAUTHLIBS
=
"
\"
$(MYSQLLIBS)
\"
"
-DGUILE_LIBS
=
"
\"
$(GUILE_LIBS)
\"
"
...
...
Please
register
or
sign in
to post a comment