diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index af3b92e..a02b25d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,3 +1,7 @@ ## [bitz-server] lib/ SUBDIRS = icap +# include spdlog headers in distributions +EXTRA_DIST = \ + spdlog + |