[clutter-box2d] box2d: Fix bad include in Makefile.am
- From: Chris Lord <chrisl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-box2d] box2d: Fix bad include in Makefile.am
- Date: Mon, 11 Apr 2011 16:23:45 +0000 (UTC)
commit 6a10ac25cd04506c735d844575b9fa6af2215e8e
Author: Chris Lord <chris linux intel com>
Date: Mon Apr 11 17:19:47 2011 +0100
box2d: Fix bad include in Makefile.am
box2d/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/box2d/Makefile.am b/box2d/Makefile.am
index aebbb76..f07248c 100644
--- a/box2d/Makefile.am
+++ b/box2d/Makefile.am
@@ -1,12 +1,12 @@
noinst_LTLIBRARIES = libbox2d.la
-INCLUDES = -ISource -I. -IInclude
+INCLUDES = -ISource -I. -IBox2D
EXTRA_DIST = Readme.txt License.txt
#for a in `find Source -name '*.cpp' -or -name '*.h'`; do echo $a \\ >> Makefile.am ;done
libbox2d_la_SOURCES = \
- Include/Box2D.h \
+ Box2D/Box2D.h \
Box2D/Dynamics/Joints/b2DistanceJoint.cpp \
Box2D/Dynamics/Joints/b2DistanceJoint.h \
Box2D/Dynamics/Joints/b2FrictionJoint.cpp \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]