Skip to content

Commit

Permalink
Corrected makefile includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcairo committed Aug 26, 2012
1 parent 06846d0 commit 22ffc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/Source/jni/Source/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../../../Engine/Source/Rendering \
$(LOCAL_PATH)/../../../../Engine/Source/Scenes \
$(LOCAL_PATH)/../../../../Engine/Source/Tools \
$(LOCAL_PATH)/../../../../Engine/Source/UI \
\
$(LOCAL_PATH)/../../../../External/3dsloader \
$(LOCAL_PATH)/../../../../External/jansson-2.3.1/src \
Expand All @@ -28,6 +27,7 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../../../App/Source/ \
$(LOCAL_PATH)/../../../../App/Source/Game/ \
$(LOCAL_PATH)/../../../../App/Source/Scenes/ \
$(LOCAL_PATH)/../../../../App/Source/UI/ \

# Use the wildcard operator so we only need to update the
# makefile if a new folder is added/one is removed or renamed
Expand Down

0 comments on commit 22ffc64

Please sign in to comment.