diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2018-01-12 13:33:47 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2018-01-12 13:34:32 -0800 |
commit | 83b91fff02c84fc522fb6f126d4917de4e85ea14 (patch) | |
tree | b4eb9f1853e478b013fe2a4144fbf8a9249f86bc /src/Makefile_Evil.am | |
parent | abc88c498e47380aec01369b3ce3526ae32c6cdf (diff) | |
download | efl-83b91fff02c84fc522fb6f126d4917de4e85ea14.tar.gz |
Evil: remove useless dirent code
Test Plan: compilation of the EFL
Reviewers: cedric
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D5735
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/Makefile_Evil.am')
-rw-r--r-- | src/Makefile_Evil.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am index 6ec4b5113c..b5c7f02cb5 100644 --- a/src/Makefile_Evil.am +++ b/src/Makefile_Evil.am @@ -21,7 +21,6 @@ lib/evil/evil_string.h \ lib/evil/evil_time.h \ lib/evil/evil_unistd.h \ lib/evil/evil_util.h \ -lib/evil/dirent.h \ lib/evil/fnmatch.h \ lib/evil/pwd.h @@ -30,7 +29,6 @@ dist_evilmmanheaders_DATA = \ lib/evil/sys/mman.h lib_evil_libevil_la_SOURCES = \ -lib/evil/evil_dirent.c \ lib/evil/evil_dlfcn.c \ lib/evil/evil_fcntl.c \ lib/evil/evil_fnmatch.c \ |