diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-15 20:15:07 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-15 18:56:00 +0200 |
commit | be9fe821ff1689ece9ee6433fcf42ec316e0aaad (patch) | |
tree | 96ae9a9e52539c32b37d8f9805cf4a458125033a /plugingui/Makefile.am | |
parent | 3e003e674b31ca1308f5c32125f5a2152e773f17 (diff) |
PoC for humanisation visualiser.
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 94e8a7c..fc31f35 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -68,6 +68,7 @@ nodist_libdggui_la_SOURCES = \ font.cc \ frame.cc \ humanizerframecontent.cc \ + humaniservisualiser.cc \ image.cc \ imagecache.cc \ knob.cc \ @@ -191,6 +192,7 @@ EXTRA_DIST = \ frame.h \ guievent.h \ humanizerframecontent.h \ + humaniservisualiser.h \ image.h \ imagecache.h \ knob.h \ |