Rename edje.h in the src/bin so it doesn't conflict with Edje.h on

case-insensitive filesystems.


SVN revision: 10870
This commit is contained in:
rbdpngn 2004-07-16 23:33:41 +00:00 committed by rbdpngn
parent 0d6ca125b5
commit 86d90b79fe
4 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ edje_cc
edje_SOURCES = \
edje_main.c \
edje.h
edje_main.h
edje_LDADD = \
$(top_builddir)/src/lib/libedje.la

View File

@ -1,7 +1,7 @@
#ifndef EDJE_CC_H
#define EDJE_CC_H
#include "edje.h"
#include "edje_main.h"
/* Imlib2 stuff for loading up input images */
#define X_DISPLAY_MISSING
#include <Imlib2.h>

View File

@ -1,4 +1,4 @@
#include "edje.h"
#include "edje_main.h"
typedef struct _Demo_Edje Demo_Edje;