mirror of
https://github.com/znc/znc.git
synced 2026-07-07 02:11:20 +02:00
Move modtcl into modules/
If you did ./configure --enable-tcl, tcl wasn't actually enabled because --enable-extra was missing, That's less than optimal. Just moving modtcl out of modules/extra solves this problem. Big thanks go to zynox/kylef for noticing this! Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ endif
|
||||
|
||||
include $(srcdir)/modperl/Makefile.inc
|
||||
include $(srcdir)/modpython/Makefile.inc
|
||||
include $(srcdir)/Makefile.modtcl
|
||||
include $(srcdir)/modtcl/Makefile.inc
|
||||
|
||||
FILES := $(basename $(FILES))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user