diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-04 09:57:34 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-04 09:57:34 +0200 | 
| commit | 7f3defd9cbdaff74b217f4037d006ef6f8d6e317 (patch) | |
| tree | f5c204f9d7b599c2c3ddfb1ce71d013488925b1c | |
| parent | 570625b0a70b727445473fd8587d1ce459115d23 (diff) | |
Compile imagecache with plugingui.
| -rw-r--r-- | plugingui/Makefile.am.plugingui | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plugingui/Makefile.am.plugingui b/plugingui/Makefile.am.plugingui index 3ab3132..4c8b5eb 100644 --- a/plugingui/Makefile.am.plugingui +++ b/plugingui/Makefile.am.plugingui @@ -27,6 +27,7 @@ PLUGIN_GUI_SOURCES = \  	$(top_srcdir)/plugingui/filebrowser.cc \  	$(top_srcdir)/plugingui/directory.cc \  	$(top_srcdir)/plugingui/pluginconfig.cc \ +	$(top_srcdir)/plugingui/imagecache.cc \  	$(top_srcdir)/plugingui/image.cc \  	$(top_srcdir)/plugingui/combobox.cc \  	$(top_srcdir)/plugingui/progressbar.cc \ | 
