diff options
author | Stefan Bühler <stbuehler@web.de> | 2017-10-21 16:00:10 +0200 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2017-10-28 22:54:45 -0400 |
commit | 16c4530e614b6edbfb840e0aae320908079e38f7 (patch) | |
tree | fd3cdea4e3642115322a343008d1a78a4654cfaa /src/Makefile.am | |
parent | 02ad06b080148478f5748131849f5ee1273bfb88 (diff) | |
download | lighttpd-git-16c4530e614b6edbfb840e0aae320908079e38f7.tar.gz |
[meson] new build system
Needed to extend lemon to take an output path parameter.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 92a0f167..4a78d7a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -524,5 +524,5 @@ EXTRA_DIST = \ lemon.c \ lempar.c \ SConscript \ - CMakeLists.txt config.h.cmake - + CMakeLists.txt config.h.cmake \ + meson.build |