mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
15 lines
257 B
Makefile
15 lines
257 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = fe-text/fe-text.c \
|
|
fe-text/README fe-text/fe-text.h version-script
|
|
|
|
if DO_TEXT
|
|
text_fe = fe-text
|
|
endif
|
|
|
|
if DO_GTK
|
|
gtk_fe = fe-gtk
|
|
endif
|
|
|
|
SUBDIRS = pixmaps common $(gtk_fe) $(text_fe)
|