summaryrefslogtreecommitdiff
path: root/plugingui/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2019-05-09 20:52:43 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2019-05-09 20:52:47 +0200
commit15faa626f7df7a3024dda5d11001347ed4573568 (patch)
treeaad5c44d8906caef72e76f767b6895c0a4682a46 /plugingui/Makefile.am
parent751f01eea8c40f70d412e691e6677d3daae54c7a (diff)
Add tooltip buttons to frames.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r--plugingui/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am
index 8ae991a..09e5474 100644
--- a/plugingui/Makefile.am
+++ b/plugingui/Makefile.am
@@ -7,6 +7,7 @@ RES = \
resources/bypass_button.png \
resources/font.png \
resources/fontemboss.png \
+ resources/help_button.png \
resources/knob.png \
resources/logo.png \
resources/png_error \
@@ -71,6 +72,7 @@ nodist_libdggui_la_SOURCES = \
filebrowser.cc \
font.cc \
frame.cc \
+ helpbutton.cc \
humanizerframecontent.cc \
humaniservisualiser.cc \
image.cc \
@@ -104,6 +106,7 @@ nodist_libdggui_la_SOURCES = \
texturedbox.cc \
timingframecontent.cc \
toggle.cc \
+ tooltip.cc \
utf8.cc \
verticalline.cc \
visualizerframecontent.cc \