mirror of
https://github.com/znc/znc.git
synced 2026-05-01 19:12:31 +02:00
Normally, when the Makefile calls swig, the resulting files end up in the build directory. However, when the files are pre-generated (e.g. as in the znc 1.0 tarball) and an out of tree build is used, they are in the source directory and installation fails. Thanks to Kinji for reporting this. Signed-off-by: Uli Schlachter <psychon@znc.in>