all repos — tint2 @ f327e045c6787f811e86144010fc8120febc187c

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

correct Makefile

git-svn-id: http://tint2.googlecode.com/svn/trunk@17 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
lorthiois@bbsoft.fr lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

f327e045c6787f811e86144010fc8120febc187c

parent

2d3e6f03d78006bfe8ad76cfbca6132ba2a0d247

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Makefilesrc/Makefile

@@ -21,7 +21,7 @@ endif

$(PROGNAME): $(FILES) $(SYSTRAYOBJ) - $(CC) $(CFLAGS) $(FLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) $(FILES) + $(CC) $(CFLAGS) -I. -Iutil -Iclock -Itaskbar -Isystray -o $(PROGNAME) $(FILES) $(FLAGS) strip $(PROGNAME) install: