[Pkg-running-devel] [openambit] 70/131: Use correct include paths

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:12 UTC 2014


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

bubulle pushed a commit to branch master
in repository openambit.

commit 17260e61d2604b841845b64e3f823401b330347f
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Thu Jan 23 23:20:30 2014 +0100

    Use correct include paths
---
 src/openambit/movescount/include.pri | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/openambit/movescount/include.pri b/src/openambit/movescount/include.pri
index 4d71af5..20de308 100644
--- a/src/openambit/movescount/include.pri
+++ b/src/openambit/movescount/include.pri
@@ -1,9 +1,9 @@
-SOURCES += movescountxml.cpp \
-    movescountjson.cpp \
-    movescount.cpp \
-    movescountlogdirentry.cpp
-HEADERS += movescountxml.h \
-    movescountjson.h \
-    movescount.h \
-    movescountlogdirentry.h
+SOURCES += movescount/movescountxml.cpp \
+    movescount/movescountjson.cpp \
+    movescount/movescount.cpp \
+    movescount/movescountlogdirentry.cpp
 
+HEADERS += movescount/movescountxml.h \
+    movescount/movescountjson.h \
+    movescount/movescount.h \
+    movescount/movescountlogdirentry.h

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



More information about the Pkg-running-devel mailing list