From bb126da576a2a431f0b49ddb9adab51a56004cc5 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 3 Dec 2012 09:16:33 +0000 Subject: [PATCH] ecore: fix distcheck SVN revision: 80030 --- configure.ac | 3 +++ src/Makefile_Ecore_Wayland.am | 4 ++-- src/Makefile_Ecore_WinCE.am | 2 +- src/Makefile_Ecore_X.am | 7 +++++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 207c3ece01..ce46fb1e6c 100644 --- a/configure.ac +++ b/configure.ac @@ -4063,6 +4063,7 @@ src/examples/evas/Makefile src/lib/eina/eina_config.h spec/efl.spec pc/evil.pc +pc/escape.pc pc/eina.pc pc/eet.pc pc/eo.pc @@ -4089,7 +4090,9 @@ pc/ecore-input-evas.pc pc/ecore-cocoa.pc pc/ecore-directfb.pc pc/ecore-fb.pc +pc/ecore-psl1ght.pc pc/ecore-sdl.pc +pc/ecore-wayland.pc pc/ecore-win32.pc pc/ecore-wince.pc pc/ecore-x.pc diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index 4923a1abf4..f6318492d6 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am @@ -8,12 +8,12 @@ dist_installed_ecorewaylandmainheaders_DATA = \ lib/ecore_wayland/Ecore_Wayland.h lib_ecore_wayland_libecore_wayland_la_SOURCES = \ -lib/ecore_wayland/ecore_wayland.c \ +lib/ecore_wayland/ecore_wl.c \ lib/ecore_wayland/ecore_wl_dnd.c \ lib/ecore_wayland/ecore_wl_input.c \ lib/ecore_wayland/ecore_wl_output.c \ lib/ecore_wayland/ecore_wl_window.c \ -lib/ecore_wayland/ecore_wayland_private.h +lib/ecore_wayland/ecore_wl_private.h lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = \ -I$(top_srcdir)/src/lib/eina \ diff --git a/src/Makefile_Ecore_WinCE.am b/src/Makefile_Ecore_WinCE.am index 29122ab8c0..7bf526411d 100644 --- a/src/Makefile_Ecore_WinCE.am +++ b/src/Makefile_Ecore_WinCE.am @@ -5,7 +5,7 @@ lib_LTLIBRARIES += lib/ecore_wince/libecore_wince.la installed_ecorewincemainheadersdir = $(includedir)/ecore-@VMAJ@ dist_installed_ecorewincemainheaders_DATA = \ -lib/ecore_wince/Ecore_Wince.h +lib/ecore_wince/Ecore_WinCE.h lib_ecore_wince_libecore_wince_la_SOURCES = \ lib/ecore_wince/ecore_wince.c \ diff --git a/src/Makefile_Ecore_X.am b/src/Makefile_Ecore_X.am index cda857bd59..af0cfd6302 100644 --- a/src/Makefile_Ecore_X.am +++ b/src/Makefile_Ecore_X.am @@ -9,8 +9,11 @@ lib/ecore_x/Ecore_X.h \ lib/ecore_x/Ecore_X_Atoms.h \ lib/ecore_x/Ecore_X_Cursor.h -if HAVE_ECORE_X_XCB lib_ecore_x_libecore_x_la_SOURCES = \ +lib/ecore_x/ecore_x_atoms_decl.h + +if HAVE_ECORE_X_XCB +lib_ecore_x_libecore_x_la_SOURCES += \ lib/ecore_x/xcb/ecore_xcb.c \ lib/ecore_x/xcb/ecore_xcb_atoms.c \ lib/ecore_x/xcb/ecore_xcb_extensions.c \ @@ -51,7 +54,7 @@ lib/ecore_x/xcb/ecore_xcb_vsync.c \ lib/ecore_x/xcb/ecore_xcb_xdefaults.c \ lib/ecore_x/xcb/ecore_xcb_private.h else -lib_ecore_x_libecore_x_la_SOURCES = \ +lib_ecore_x_libecore_x_la_SOURCES += \ lib/ecore_x/xlib/ecore_x.c \ lib/ecore_x/xlib/ecore_x_dnd.c \ lib/ecore_x/xlib/ecore_x_sync.c \