tasn pushed a commit to branch master. http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=c691f3d2d1e2b4b5dc1c748966c9affff9a3ce33
commit c691f3d2d1e2b4b5dc1c748966c9affff9a3ce33 Author: Andreas Volz <[email protected]> Date: Sun Dec 9 16:35:01 2012 +0000 don't compile not existing exceptions SVN revision: 80553 --- ecorexx/include/ecorexx/Makefile.am | 1 - ecorexx/src/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/ecorexx/include/ecorexx/Makefile.am b/ecorexx/include/ecorexx/Makefile.am index 12fb686..fea7758 100644 --- a/ecorexx/include/ecorexx/Makefile.am +++ b/ecorexx/include/ecorexx/Makefile.am @@ -12,7 +12,6 @@ libecorexx_HEADERS = \ EvasWindowSoftwareX11.h \ EvasWindowXRenderX11.h \ Exe.h \ - exception/ProcessNotExistingException.h \ Event.h libecorexxdir = \ diff --git a/ecorexx/src/Makefile.am b/ecorexx/src/Makefile.am index be7e6f2..473abfe 100644 --- a/ecorexx/src/Makefile.am +++ b/ecorexx/src/Makefile.am @@ -28,7 +28,6 @@ libecorexx_la_SOURCES = \ EvasWindowSoftwareX11.cpp \ EvasWindowXRenderX11.cpp \ Exe.cpp \ - exception/ProcessNotExistingException.cpp \ Event.cpp libecorexx_la_LIBADD = \ --
