Commit 16434951 authored by Cyril Deguet's avatar Cyril Deguet

* all: fixed depcomp failure

parent 986af9f1
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* skin.act: FleXML actions file * skin.act: FleXML actions file
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: skin.act,v 1.7 2003/07/18 20:06:00 gbazin Exp $ * $Id: skin.act,v 1.8 2003/07/23 09:14:24 asmax Exp $
* *
* Authors: Olivier Teulire <ipkiss@via.ecp.fr> * Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr> * Emmanuel Puig <karibu@via.ecp.fr>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<actions> <actions>
<top> <top>
<![CDATA[ <![CDATA[
#include "wrappers.h" #include "parser/wrappers.h"
]]> ]]>
</top> </top>
<start tag="Bitmap"> <start tag="Bitmap">
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#line 31 "skin.act" #line 31 "skin.act"
#include "wrappers.h" #include "parser/wrappers.h"
void STag_Bitmap(void) void STag_Bitmap(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment