summaryrefslogtreecommitdiff
path: root/win32/source
diff options
context:
space:
mode:
Diffstat (limited to 'win32/source')
-rwxr-xr-xwin32/source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/source/Makefile b/win32/source/Makefile
index e36aab3cd..3118565d1 100755
--- a/win32/source/Makefile
+++ b/win32/source/Makefile
@@ -14,4 +14,4 @@ clean:
-$(RM) $(OBJS) *.exe *~
.cpp.o:
- $(CC) -W -Wall $(CFLAGS) `xine-config --cflags` -I../include -c $<
+ $(CC) -W -Wall $(CFLAGS) `xine-config --cflags` -c $<