modules: Add missing libraries to color_selector_libadd.

This commit is contained in:
Michael Henning 2016-06-04 19:23:35 -04:00
parent fe12bc8ed1
commit 296dc590c6
1 changed files with 1 additions and 1 deletions

View File

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