summaryrefslogtreecommitdiff
path: root/src/ui/Makefile.am
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-09-28 21:56:46 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-04 22:48:42 +0200
commit668aa5736b2709e15e3ea14381e010c8646a4c38 (patch)
tree32d30ec4af73d3cc6acf9ebba0745bec33697627 /src/ui/Makefile.am
parent316cddd43a7c04f994bf405035b65b3881fbd531 (diff)
gui: Add a client widget
Diffstat (limited to 'src/ui/Makefile.am')
-rw-r--r--src/ui/Makefile.am18
1 files changed, 18 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+
+uipkgdatadir = $(pkgdatadir)/ui
+dist_uipkgdata_DATA = %reldir%/client-widget.glade