summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-13 11:02:37 (EST)
committer Patrick McDermott <pj@pehjota.net>2017-11-13 11:02:37 (EST)
commit48cf58aad48a4e0771a5e720ee7205fd0762ae1f (patch)
treefa61061cdecb6752dafb38bf2cb87c9896261771 /src/utils
parent650cc839c740e53965758df75e629e90336bdd59 (diff)
downloadmarquee-48cf58aad48a4e0771a5e720ee7205fd0762ae1f.zip
marquee-48cf58aad48a4e0771a5e720ee7205fd0762ae1f.tar.gz
marquee-48cf58aad48a4e0771a5e720ee7205fd0762ae1f.tar.bz2
src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headers
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/local.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/utils/local.mk b/src/utils/local.mk
index 5b7028e..e97b4a4 100644
--- a/src/utils/local.mk
+++ b/src/utils/local.mk
@@ -1,6 +1,11 @@
marquee_SOURCES += \
%reldir%/html.c \
+ %reldir%/html.h \
%reldir%/profile-icon.c \
+ %reldir%/profile-icon.h \
%reldir%/resources.c \
+ %reldir%/resources.h \
%reldir%/string.c \
- %reldir%/svg.c
+ %reldir%/string.h \
+ %reldir%/svg.c \
+ %reldir%/svg.h