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 /plugingui/Makefile.am | |
parent | 286cddccfd9d69f4bc567fc9f00898f06315cd30 (diff) |
Introduce the new resampling frame.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index a7ee485..a9da1db 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -79,6 +79,7 @@ nodist_libdggui_la_SOURCES = \ pluginconfig.cc \ powerbutton.cc \ progressbar.cc \ + resamplingframecontent.cc \ resource.cc \ resource_data.cc \ scrollbar.cc \ |