mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
17 lines
171 B
Makefile
17 lines
171 B
Makefile
SUBDIRS =
|
|
|
|
if DO_PLUGIN
|
|
SUBDIRS += pkgconfig
|
|
endif
|
|
|
|
if DO_GTK
|
|
SUBDIRS += icons misc man
|
|
else
|
|
if WITH_TM
|
|
SUBDIRS += misc
|
|
endif
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
hexchat.gresource.xml
|