diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-01 16:45:53 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-01 16:45:53 +0000 |
commit | 5b00d44ec6c847af582b2e31ec2fe0a28b8a3a51 (patch) | |
tree | 55708de0d933bb93c13ff373d6cb0cf28a659cf5 /src/Makefile_Eet.am | |
parent | ca20fab7d43507aa75057b9bfe1bfc4014810bbd (diff) |
merge: fix PACKAGE_DATA_DIR value
The package is named 'efl', but we have to use the name of the library,
so $(pkgdatadir) or $(PACKAGE) should not be used
SVN revision: 78805
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eet.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Eet.am b/src/Makefile_Eet.am index 2a1907d5a4..1c186d6820 100644 --- a/src/Makefile_Eet.am +++ b/src/Makefile_Eet.am | |||
@@ -31,7 +31,7 @@ lib_eet_libeet_la_CPPFLAGS = \ | |||
31 | -I$(top_builddir)/src/lib/eet/lz4 \ | 31 | -I$(top_builddir)/src/lib/eet/lz4 \ |
32 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ | 32 | -DPACKAGE_BIN_DIR=\"$(bindir)\" \ |
33 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ | 33 | -DPACKAGE_LIB_DIR=\"$(libdir)\" \ |
34 | -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \ | 34 | -DPACKAGE_DATA_DIR=\"$(datadir)/eet\" \ |
35 | -DEFL_EET_BUILD \ | 35 | -DEFL_EET_BUILD \ |
36 | @EFL_CFLAGS@ \ | 36 | @EFL_CFLAGS@ \ |
37 | @EET_CFLAGS@ | 37 | @EET_CFLAGS@ |