diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-05 23:54:29 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-06 20:26:40 +0200 |
commit | 17c4551a0a02df27cb907678a0509c1a63f6256c (patch) | |
tree | 5eed9407be2f20dd823521ebe8726139ec187a75 /plugin | |
parent | 286cddccfd9d69f4bc567fc9f00898f06315cd30 (diff) |
Introduce the new resampling frame.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 6ccfe48..77f43e1 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -79,6 +79,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/pluginconfig.cc \ @top_srcdir@/plugingui/powerbutton.cc \ @top_srcdir@/plugingui/progressbar.cc \ + @top_srcdir@/plugingui/resamplingframecontent.cc \ @top_srcdir@/plugingui/resource.cc \ @top_srcdir@/plugingui/resource_data.cc \ @top_srcdir@/plugingui/scrollbar.cc \ |