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/conf_paths | |
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/conf_paths')
-rw-r--r-- | src/modules/conf_paths/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/modules/conf_paths/Makefile.am b/src/modules/conf_paths/Makefile.am index 24c1fb4ce7..7cbf6a81e5 100644 --- a/src/modules/conf_paths/Makefile.am +++ b/src/modules/conf_paths/Makefile.am @@ -15,15 +15,16 @@ 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 \ e_mod_main.h \ e_int_config_paths.c \ - e_int_config_paths.h - -module_la_LIBADD = @e_libs@ @dlopen_libs@ + e_int_config_paths.h + +module_la_LIBADD = @e_libs@ @dlopen_libs@ @EINA_LIBS@ module_la_LDFLAGS = -module -avoid-version module_la_DEPENDENCIES = $(top_builddir)/config.h |