diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2008-10-13 16:00:58 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2008-10-13 16:00:58 +0000 |
commit | d2f7e4da0d1a979ae6d279ab1a4483d1d979e28c (patch) | |
tree | f26e0c560e638df703abf8994804ca988398c4c4 /src/modules/winlist | |
parent | 7096b7fb186f53df2f7b02a264ece259ae2bff35 (diff) | |
download | enlightenment-d2f7e4da0d1a979ae6d279ab1a4483d1d979e28c.tar.gz |
Make e depend on eina. No change in the code yet, so just fix your build system and no bug must show up.
SVN revision: 36627
Diffstat (limited to 'src/modules/winlist')
-rw-r--r-- | src/modules/winlist/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/winlist/Makefile.am b/src/modules/winlist/Makefile.am index c29d3018e1..f87121f9b8 100644 --- a/src/modules/winlist/Makefile.am +++ b/src/modules/winlist/Makefile.am @@ -15,7 +15,8 @@ INCLUDES = -I. \ -I$(top_srcdir)/src/bin \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/modules \ - @e_cflags@ + @e_cflags@ \ + @EINA_CFLAGS@ pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH) pkg_LTLIBRARIES = module.la module_la_SOURCES = e_mod_main.c \ @@ -23,7 +24,7 @@ module_la_SOURCES = e_mod_main.c \ e_winlist.c \ e_winlist.h -module_la_LIBADD = @e_libs@ @dlopen_libs@ +module_la_LIBADD = @e_libs@ @dlopen_libs@ @EINA_LIBS@ module_la_LDFLAGS = -module -avoid-version module_la_DEPENDENCIES = $(top_builddir)/config.h |