diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-11 17:44:59 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-11 17:44:59 +0000 |
commit | d2d31d5d5603dd24c4f1ea52c137ffab7218eea6 (patch) | |
tree | 818f8415029e066d0da1b74e7f382cd4cb9722bc /src | |
parent | 37cfda6c1412ce5decb302b3739e6bc639783e2a (diff) |
merge: evil compile
SVN revision: 76471
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/evil/Makefile.am | 10 | ||||
-rw-r--r-- | src/lib/evil/Makefile.am | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/bin/evil/Makefile.am b/src/bin/evil/Makefile.am index 32984d5247..cf424f5a52 100644 --- a/src/bin/evil/Makefile.am +++ b/src/bin/evil/Makefile.am | |||
@@ -2,9 +2,9 @@ | |||
2 | MAINTAINERCLEANFILES = Makefile.in | 2 | MAINTAINERCLEANFILES = Makefile.in |
3 | 3 | ||
4 | AM_CPPFLAGS = \ | 4 | AM_CPPFLAGS = \ |
5 | -I$(top_srcdir) \ | 5 | -I. \ |
6 | -I$(top_srcdir)/bin \ | 6 | -I$(top_srcdir)/src/lib/evil \ |
7 | -I$(top_srcdir)/src/lib \ | 7 | -I$(top_builddir)/src/lib/evil \ |
8 | @EVIL_CPPFLAGS@ | 8 | @EVIL_CPPFLAGS@ |
9 | 9 | ||
10 | AM_CFLAGS = @EVIL_CFLAGS@ | 10 | AM_CFLAGS = @EVIL_CFLAGS@ |
@@ -45,9 +45,9 @@ evil_suite_SOURCES += memcpy_glibc_arm.S | |||
45 | 45 | ||
46 | endif | 46 | endif |
47 | 47 | ||
48 | evil_suite_LDADD = $(top_builddir)/src/lib/libdl.la $(top_builddir)/src/lib/libevil.la -lm | 48 | evil_suite_LDADD = $(top_builddir)/src/lib/evil/libdl.la $(top_builddir)/src/lib/evil/libevil.la -lm |
49 | evil_suite_LDFLAGS = -Wl,--enable-auto-import | 49 | evil_suite_LDFLAGS = -Wl,--enable-auto-import |
50 | 50 | ||
51 | test_evil_SOURCES = test_evil.c | 51 | test_evil_SOURCES = test_evil.c |
52 | test_evil_LDADD = $(top_builddir)/src/lib/libevil.la | 52 | test_evil_LDADD = $(top_builddir)/src/lib/evil/libevil.la |
53 | test_evil_LDFLAGS = -Wl,--enable-auto-import | 53 | test_evil_LDFLAGS = -Wl,--enable-auto-import |
diff --git a/src/lib/evil/Makefile.am b/src/lib/evil/Makefile.am index 8876d77e8f..65e240c892 100644 --- a/src/lib/evil/Makefile.am +++ b/src/lib/evil/Makefile.am | |||
@@ -115,7 +115,7 @@ libdl_la_SOURCES = dlfcn.c | |||
115 | 115 | ||
116 | libdl_la_CPPFLAGS = @EVIL_DLFCN_CPPFLAGS@ | 116 | libdl_la_CPPFLAGS = @EVIL_DLFCN_CPPFLAGS@ |
117 | libdl_la_CFLAGS = @EVIL_CFLAGS@ | 117 | libdl_la_CFLAGS = @EVIL_CFLAGS@ |
118 | libdl_la_LIBADD = $(top_builddir)/src/lib/libevil.la @EVIL_DLFCN_LIBS@ | 118 | libdl_la_LIBADD = $(top_builddir)/src/lib/evil/libevil.la @EVIL_DLFCN_LIBS@ |
119 | libdl_la_LDFLAGS = -no-undefined -Wl,--enable-auto-import -version-info @version_info@ | 119 | libdl_la_LDFLAGS = -no-undefined -Wl,--enable-auto-import -version-info @version_info@ |
120 | 120 | ||
121 | EXTRA_DIST = gdtoa/README gdtoa/README.mingw | 121 | EXTRA_DIST = gdtoa/README gdtoa/README.mingw |