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
761bb536
...
761bb536999f2edddef7cadc1ba9751a4a9843c8
authored
2005-03-13 11:36:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed mailutils-config.c. It should live in a separate directory to satisfy in…
…terlibrary dependencies.
1 parent
844f5310
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
mailbox/Makefile.am
mailbox/Makefile.am
View file @
761bb53
...
...
@@ -27,7 +27,6 @@ AM_YFLAGS=-vt
SUBDIRS
=
include mbox pop nntp imap mh maildir testsuite
lib_LTLIBRARIES
=
libmailbox.la
bin_PROGRAMS
=
mailutils-config
localedir
=
$(datadir)
/locale
DEFS
=
@DEFS@ -DLOCALEDIR
=
\"
$(localedir)
\"
...
...
@@ -105,17 +104,6 @@ libmailbox_la_DEPENDENCIES = @MU_LTLIBOBJS@
libmailbox_la_LIBADD
=
@MU_LTLIBOBJS@ @MU_COMMON_LIBRARIES@
libmailbox_la_LDFLAGS
=
-version-info 0:0:0
mailutils_config_SOURCES
=
mailutils-config.c
mailutils_config_LDADD
=
./libmailbox.la ../lib/libmailutils.la @MU_COMMON_LIBRARIES@
mailutils_config_CFLAGS
=
-DCOMPILE_FLAGS
=
"
\"
-I
$(includedir)
\"
"
\
-I
$(top_srcdir)
/intl
\
-I
${
top_srcdir
}
/lib
\
-DLINK_FLAGS
=
"
\"
-L
$(libdir)
\"
"
\
-DLINK_POSTFLAGS
=
"
\"
$(LTLIBICONV)
\"
"
\
-DAUTHLIBS
=
"
\"
`
echo
$(AUTHLIBS)
| sed
's/.*libmuauth.la *//'
`
\"
"
\
-DGUILE_LIBS
=
"
\"
$(GUILE_LIBS)
\"
"
\
-DI18NLIBS
=
"
\"
`
test
$(BUILD_INCLUDED_LIBINTL)
=
no
&&
echo
$(LIBINTL)
`
\"
"
##:## EOF marker for gnulib-sync script. Please, do not remove ##:##
## Do not change anything below this line ##
...
...
Please
register
or
sign in
to post a comment