diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-09-07 18:58:35 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-09-07 18:58:35 +0000 |
commit | af81f7b38c158a850fc03f4236aff0f9ae8471a3 (patch) | |
tree | 783cf9c1597e957db0b20872b5e7274012c08712 /legacy/eobj | |
parent | 8a25203d6411ad8633de4882bbfc978be098a92d (diff) |
eo: copy/paste error
SVN revision: 76319
Diffstat (limited to 'legacy/eobj')
-rw-r--r-- | legacy/eobj/src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/legacy/eobj/src/lib/Makefile.am b/legacy/eobj/src/lib/Makefile.am index f9f20b45c5..89fefd36f4 100644 --- a/legacy/eobj/src/lib/Makefile.am +++ b/legacy/eobj/src/lib/Makefile.am | |||
@@ -1,8 +1,8 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | 1 | MAINTAINERCLEANFILES = Makefile.in |
2 | 2 | ||
3 | AM_CPPFLAGS = \ | 3 | AM_CPPFLAGS = \ |
4 | -I$(top_srcdir)/src/include \ | 4 | -I$(top_srcdir)/src/lib \ |
5 | -I$(top_builddir)/src/include \ | 5 | -I$(top_builddir)/src/lib \ |
6 | @EFL_EO_BUILD@ \ | 6 | @EFL_EO_BUILD@ \ |
7 | @EO_CFLAGS@ | 7 | @EO_CFLAGS@ |
8 | 8 | ||