From 668aa5736b2709e15e3ea14381e010c8646a4c38 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 28 Sep 2021 21:56:46 +0200 Subject: gui: Add a client widget --- src/ui/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/ui/Makefile.am (limited to 'src/ui/Makefile.am') diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am new file mode 100644 index 0000000..4d2ec3d --- /dev/null +++ b/src/ui/Makefile.am @@ -0,0 +1,18 @@ +# disfluid, implementation of the Solid specification +# Copyright (C) 2021 Vivien Kraus + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +uipkgdatadir = $(pkgdatadir)/ui +dist_uipkgdata_DATA = %reldir%/client-widget.glade -- cgit v1.2.3