edje: we should at least always add the file_in to the list of used file.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 31 May 2012 06:50:09 +0000 (06:50 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 31 May 2012 06:50:09 +0000 (06:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@71572 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc.c

index 84b535e..7152836 100644 (file)
@@ -248,6 +248,8 @@ main(int argc, char **argv)
        exit(-1);
      }
 
+   using_file(file_in);
+
    if (!edje_init())
      exit(-1);