diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:17:18 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:17:18 +0200 |
commit | c9134d86d393e3acba278d886482b84d3e4bf722 (patch) | |
tree | c57d51fe730dc1c5d641b0fe345275a3c82cb0da /plugingui/Makefile.am | |
parent | 8e5b1e0b171d0e4ff326a3ff1af162805d82a3d6 (diff) |
Add new PowerWidget for setting and showing control points of the powermap.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 10bf23a..219b450 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -92,6 +92,7 @@ nodist_libdggui_la_SOURCES = \ pixelbuffer.cc \ pluginconfig.cc \ powerbutton.cc \ + powerwidget.cc \ progressbar.cc \ resamplingframecontent.cc \ resource.cc \ @@ -232,6 +233,7 @@ EXTRA_DIST = \ pixelbuffer.h \ pluginconfig.h \ powerbutton.h \ + powerwidget.h \ progressbar.h \ resamplingframecontent.h \ resource.h \ |