tasn pushed a commit to branch master. http://git.enlightenment.org/apps/eruler.git/commit/?id=386f9e76133345e80bde14d9e8ccd66aa576a228
commit 386f9e76133345e80bde14d9e8ccd66aa576a228 Author: Tom Hacohen <[email protected]> Date: Fri Oct 17 17:54:40 2014 +0100 Fix compilation. Thanks to Scimmia for reporting. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 8ae6881..a8eaac9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ src_bin_eruler_LDADD = @ERULER_LIBS@ src_bin_eruler_CPPFLAGS = \ -I$(top_builddir) \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ +-DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \ @ERULER_CFLAGS@ --
