all repos — tint2 @ 8193f7f4942edb041789e352c27786540dfbbc81

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/tint2conf/Makefile.am (raw)

1
2
3
4
5
6
7
if ENABLE_TINT2CONF
bin_PROGRAMS = tint2conf
tint2conf_SOURCES = main.c

AM_CFLAGS += @TINT2CONF_CFLAGS@
LIBS += @TINT2CONF_LIBS@
endif