mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04: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)
|