From 85ad567628757250f411fef30dfc0e14649dd287 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 24 Mar 2014 11:35:27 +0100 Subject: [PATCH] prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h under mingw Thanks to Adrien Nader to pointing this out. In the longer term we need to re-factor some parts of the elm build system to better reflect a build under mingw to avoid spreading @EVIL_LIBS@ and such everywhere. But for now this is a good fix @fix --- legacy/elementary/src/modules/prefs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/modules/prefs/Makefile.am b/legacy/elementary/src/modules/prefs/Makefile.am index 72ded15c01..3f1868878d 100644 --- a/legacy/elementary/src/modules/prefs/Makefile.am +++ b/legacy/elementary/src/modules/prefs/Makefile.am @@ -60,7 +60,7 @@ elm_horizontal_box.c \ elm_vertical_frame.c \ elm_horizontal_frame.c -module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la +module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la @EVIL_LIBS@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version module_la_LIBTOOLFLAGS = --tag=disable-static