diff options
Diffstat (limited to 'web/api/ilove/Makefile.am')
-rw-r--r-- | web/api/ilove/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/api/ilove/Makefile.am b/web/api/ilove/Makefile.am new file mode 100644 index 00000000..7250b045 --- /dev/null +++ b/web/api/ilove/Makefile.am @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + +AUTOMAKE_OPTIONS = subdir-objects +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in + +dist_noinst_DATA = \ + README.md \ + measure-text.js \ + $(NULL) |