This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fyba.

commit 6ddadafee5ce359554a5ad4feeabe899b1b4e4f1
Author: Thomas Hirsch <thomas.hir...@statkart.no>
Date:   Wed Apr 10 11:59:49 2013 +0200

    fix path issuue
---
 src/FYBA/Makefile.am | 2 +-
 src/FYBA/fyba.h      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/FYBA/Makefile.am b/src/FYBA/Makefile.am
index 4d93c0b..0243339 100644
--- a/src/FYBA/Makefile.am
+++ b/src/FYBA/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = --pedantic -Wno-long-long -Wall -O2 -D_FILE_OFFSET_BITS=64 
-DUNIX -DLINUX -fPIC -Wno-write-strings
+AM_CPPFLAGS = --pedantic -Wno-long-long -Wall -O2 -D_FILE_OFFSET_BITS=64 
-DUNIX -DLINUX -fPIC -Wno-write-strings -I../GM -I../UT
 ACLOCAL_AMFLAGS = -I m5
 
 lib_LTLIBRARIES = libfyba.la
diff --git a/src/FYBA/fyba.h b/src/FYBA/fyba.h
index 165f357..c75f19e 100644
--- a/src/FYBA/fyba.h
+++ b/src/FYBA/fyba.h
@@ -85,8 +85,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <../GM/fygm.h>
-#include <../UT/fyut.h>
+#include <fygm.h>
+#include <fyut.h>
 
 
 /* ======================================================= */

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/fyba.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to