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. v0.9.2-398


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-398-g276353e
Date: Fri, 01 Oct 2010 12:23:44 +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  276353ec421afa8a91e08fcf1700b5cc447da971 (commit)
      from  a56024ad635582eccdd3361df37b3f51f8c9f706 (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 276353ec421afa8a91e08fcf1700b5cc447da971
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri Oct 1 13:31:59 2010 +0200

    Fix build in a VPATH.

diff --git a/myserver/src/protocol/http/webdav/Makefile.am 
b/myserver/src/protocol/http/webdav/Makefile.am
index c2e5112..d845459 100644
--- a/myserver/src/protocol/http/webdav/Makefile.am
+++ b/myserver/src/protocol/http/webdav/Makefile.am
@@ -14,7 +14,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
-AM_CXXFLAGS="-I$(top_srcdir)/lib"
+AM_CXXFLAGS=-I"$(top_builddir)/lib" -I"$(top_srcdir)/lib" -I"$(top_srcdir)"
 lib_LTLIBRARIES = libwebdav.la
 libwebdav_la_SOURCES = webdav.cpp
 SUBDIRS =

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

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


hooks/post-receive
-- 
GNU MyServer



reply via email to

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