mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 20:22:30 +01:00
83bf77f4d0
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins
26 lines
322 B
Makefile
26 lines
322 B
Makefile
if DO_PYTHON
|
|
pythondir = python
|
|
endif
|
|
|
|
if DO_PERL
|
|
perldir = perl
|
|
endif
|
|
|
|
if DO_DOAT
|
|
doatdir = doat
|
|
endif
|
|
|
|
if DO_FISHLIM
|
|
fishlimdir = fishlim
|
|
endif
|
|
|
|
if DO_CHECKSUM
|
|
checksumdir = checksum
|
|
endif
|
|
|
|
if DO_SYSINFO
|
|
sysinfodir = sysinfo
|
|
endif
|
|
|
|
SUBDIRS = $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)
|