summaryrefslogtreecommitdiff
path: root/src/ui/Makefile.am
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-01 17:37:13 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-04 23:11:39 +0200
commitfe03ceb9f63030cb90837bbee57969cd18841153 (patch)
treeab9701f2d0a1b8983641dd85294bd5017bcf36a6 /src/ui/Makefile.am
parent4f0dc42f14879c613d9ed4a53ae342ea35fee798 (diff)
gui: make a widget to display an account
Diffstat (limited to 'src/ui/Makefile.am')
-rw-r--r--src/ui/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index 4d2ec3d..e31cfa9 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -15,4 +15,6 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
uipkgdatadir = $(pkgdatadir)/ui
-dist_uipkgdata_DATA = %reldir%/client-widget.glade
+dist_uipkgdata_DATA = \
+ %reldir%/client-widget.glade \
+ %reldir%/account-widget.glade