diff options
author | ng0 <ng0@n0.is> | 2019-04-06 15:46:56 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-04-06 15:46:56 +0000 |
commit | ff1beaea31cb959b3184289949aff26dbab86513 (patch) | |
tree | 5520062e9c098c1e5796b97ba9c87342a045ce87 /contrib/hellos/Makefile.am | |
parent | d3ef5a11f622af93e2a6581d7b2470762c1fc384 (diff) |
fix build
Diffstat (limited to 'contrib/hellos/Makefile.am')
-rw-r--r-- | contrib/hellos/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/hellos/Makefile.am b/contrib/hellos/Makefile.am index d498d57e7..2ef785b27 100644 --- a/contrib/hellos/Makefile.am +++ b/contrib/hellos/Makefile.am @@ -3,5 +3,4 @@ pkghellodir= $(pkgdatadir)/hellos pkghello_DATA = \ DSTJBRRKZ8TBW3FGK6B0M5QXWT9WYNZ45H5MCV4HY7ST64Q8T9F0 -EXTRA_DIST = - $(pkghello_DATA) +EXTRA_DIST = $(pkghello_DATA) |