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
This commit is contained in:
Stefan Schmidt 2014-03-24 11:35:27 +01:00
parent 2291c37875
commit 85ad567628
1 changed files with 1 additions and 1 deletions

View File

@ -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