From 241a7d7555b8769c8c831ea851e802a9801dc408 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 5 Jun 2005 05:08:36 +0000 Subject: [PATCH] change to E_Lib.h... SVN revision: 15131 --- src/lib/{E.h => E_Lib.h} | 0 src/lib/Makefile.am | 2 +- src/lib/e_main.c | 4 +++- 3 files changed, 4 insertions(+), 2 deletions(-) rename src/lib/{E.h => E_Lib.h} (100%) diff --git a/src/lib/E.h b/src/lib/E_Lib.h similarity index 100% rename from src/lib/E.h rename to src/lib/E_Lib.h diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index f7d611f89..6d6093a62 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(includedir) \ lib_LTLIBRARIES = libe.la -include_HEADERS = E.h +include_HEADERS = E_Lib.h libe_la_SOURCES= \ e_main.c \ diff --git a/src/lib/e_main.c b/src/lib/e_main.c index 9178bec67..4b201995f 100644 --- a/src/lib/e_main.c +++ b/src/lib/e_main.c @@ -20,9 +20,11 @@ #include #include #include -#include "E.h" +#include "E_Lib.h" #include "e.h" +#include "e_ipc_codec.c" + typedef struct _Opt Opt; struct _Opt