modules: add GEGL_LIBS to display_filter_libadd

This commit is contained in:
Michael Natterer 2013-11-03 15:33:40 +01:00
parent 61c2ef40f7
commit ae9d8c72bc
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ lib_LTLIBRARIES = \
modules_libadd = $(libgimpmodule) $(libgimpwidgets) $(GTK_LIBS)
color_selector_libadd = $(libgimpcolor) $(modules_libadd)
display_filter_libadd = $(libgimpbase) $(libgimpconfig) $(libgimpcolor) $(modules_libadd)
display_filter_libadd = $(libgimpbase) $(libgimpconfig) $(libgimpcolor) $(modules_libadd) $(GEGL_LIBS)
controller_libadd = $(modules_libadd)
if HAVE_LCMS