diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-12-19 07:17:32 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-12-19 07:17:32 +0000 |
commit | ef2ca5b931044432ec6476a7592113cdffd2fc74 (patch) | |
tree | 99e7ffebcb26ad3483b39679c19547d31ae3762b /src/Makefile_Escape.am | |
parent | a4f4aa00b3a6850e28b930c98a05d7066677d876 (diff) |
cleaning: remove unneeded $(top_builddir)
SVN revision: 81324
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Escape.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile_Escape.am b/src/Makefile_Escape.am index d237d184a2..4b8ffb2d9a 100644 --- a/src/Makefile_Escape.am +++ b/src/Makefile_Escape.am | |||
@@ -19,7 +19,6 @@ lib/escape/escape_mman.c \ | |||
19 | lib/escape/escape_unistd.c | 19 | lib/escape/escape_unistd.c |
20 | 20 | ||
21 | lib_escape_libescape_la_CPPFLAGS = \ | 21 | lib_escape_libescape_la_CPPFLAGS = \ |
22 | -I$(top_srcdir)/src/lib/escape \ | 22 | -I$(top_srcdir)/src/lib/escape |
23 | -I$(top_builddir)/src/lib/escape | ||
24 | lib_escape_libescape_la_LIBADD = @ESCAPE_LIBS@ | 23 | lib_escape_libescape_la_LIBADD = @ESCAPE_LIBS@ |
25 | lib_escape_libescape_la_LDFLAGS = -no-undefined -version-info @version_info@ | 24 | lib_escape_libescape_la_LDFLAGS = -no-undefined -version-info @version_info@ |