diff options
Diffstat (limited to 'win32/source')
-rwxr-xr-x | win32/source/Makefile | 2 |
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 $< |