mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
BUILD: add --with-theme-manager configure option
This commit is contained in:
@@ -12,3 +12,7 @@ gtk_fe = fe-gtk
|
||||
endif
|
||||
|
||||
SUBDIRS = pixmaps common $(gtk_fe) $(text_fe)
|
||||
|
||||
if WITH_TM
|
||||
SUBDIRS += htm
|
||||
endif
|
||||
|
||||
14
src/htm/Makefile.am
Normal file
14
src/htm/Makefile.am
Normal file
@@ -0,0 +1,14 @@
|
||||
MDTOOL_OPTS = --verbose
|
||||
|
||||
theme_SCRIPTS = thememan.exe thememan
|
||||
themedir = $(bindir)
|
||||
|
||||
thememan.exe: htm-mono.csproj
|
||||
$(MDTOOL) $(MDTOOL_OPTS) build $<
|
||||
|
||||
thememan:
|
||||
@echo "#!/bin/sh" > $@
|
||||
@echo "exec mono /usr/bin/thememan.exe \"$@\"" >> $@
|
||||
|
||||
clean-local:
|
||||
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
||||
Reference in New Issue
Block a user