myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-170-


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-170-gfcecfcb
Date: Sun, 18 Apr 2010 15:49:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  fcecfcb8183863ae337a02cb0a591672feecb7f1 (commit)
      from  44ab79f9255ee387c703311a2435663c18be8395 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit fcecfcb8183863ae337a02cb0a591672feecb7f1
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Apr 18 17:49:19 2010 +0200

    Do not copy libmyserver under binaries

diff --git a/myserver/src/Makefile.am b/myserver/src/Makefile.am
index 68c796e..20d0b37 100644
--- a/myserver/src/Makefile.am
+++ b/myserver/src/Makefile.am
@@ -161,10 +161,10 @@ libmyserver_la_LIBADD =  \
 
 myserver_CXXFLAGS = $(CXXFLAGS) -DHOST_STR=\"$(build)\" -DPREFIX=\"$(prefix)\"
 
-myserver_LDFLAGS = -static
+myserver_LDFLAGS = -static -no-install
 myserver_LDADD = libmyserver.la $(PTHREAD_LIB) $(IDN_LIB) \
        $(XNET_LIB) $(DL_LIB) $(ZLIB_LIB) \
        $(XML_LIBS) $(INTLLIBS) $(LDFLAGS)
 
 all-local: libmyserver.la myserver${EXEEXT}
-       $(LIBTOOL) --mode=install cp libmyserver.la myserver 
$(abs_top_srcdir)/binaries/
+       $(LIBTOOL) --mode=install cp myserver $(abs_top_srcdir)/binaries/

-----------------------------------------------------------------------

Summary of changes:
 myserver/src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]