From 41ec4ed68571091f2e2500344a7aeb527a91dc92 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Jul 2020 17:20:32 +0200 Subject: Added standard close button widget class, added tooltips where approriate. --- src/client/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/Makefile.am') diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 391892a..21704f4 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -16,6 +16,7 @@ noinst_HEADERS = \ chat.h \ client.h \ clientext.h \ + closeiconbutton.h \ control.h \ controlsettingsmenu.h \ entitymenu.h \ @@ -57,6 +58,7 @@ libclient_la_SOURCES = \ chat.cc \ client.cc \ clientext.cc \ + closeiconbutton.cc \ control.cc \ controlsettingsmenu.cc \ entitymenu.cc \ -- cgit v1.2.3