mirror of
https://github.com/znc/znc.git
synced 2026-05-04 12:32:33 +02:00
Fix disabling of modperl, modpython.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2210 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
all:
|
||||
|
||||
SHELL := @SHELL@
|
||||
|
||||
# Support out-of-tree builds
|
||||
@@ -57,6 +59,10 @@ ifeq "@EXTRA@" "yes"
|
||||
FILES += $(addprefix extra/, $(notdir $(wildcard $(srcdir)/extra/*.cpp)))
|
||||
endif
|
||||
|
||||
include modperl/Makefile.inc
|
||||
include modpython/Makefile.inc
|
||||
include Makefile.modtcl
|
||||
|
||||
FILES := $(basename $(FILES))
|
||||
|
||||
ifeq "@NOSSL@" "1"
|
||||
@@ -117,8 +123,4 @@ uninstall:
|
||||
rmdir $(DESTDIR)$(MODDIR)
|
||||
rmdir $(DESTDIR)$(DATADIR)
|
||||
|
||||
include modperl/Makefile.inc
|
||||
include modpython/Makefile.inc
|
||||
include Makefile.modtcl
|
||||
|
||||
-include $(wildcard .depend/*.dep)
|
||||
|
||||
Reference in New Issue
Block a user