mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
modperl: Add dependency information for modperl.o
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -52,6 +52,8 @@ ifneq "$(SWIG)" ""
|
||||
include $(srcdir)/modperl/Makefile.gen
|
||||
endif
|
||||
|
||||
modperl.o: modperl/functions.cpp modperl/swigpyrun.h
|
||||
|
||||
modperl_install: install_datadir modperl_all
|
||||
for i in $(wildcard $(srcdir)/*.pm); do \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(MODDIR); \
|
||||
|
||||
Reference in New Issue
Block a user