11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
|
# -*- Makefile -*-
|
||
|
|
||
|
WIDGETS += widgets/taglist.c
|
||
|
WIDGETS += widgets/layoutinfo.c
|
||
|
WIDGETS += widgets/textbox.c
|
||
|
WIDGETS += widgets/focustitle.c
|
||
|
WIDGETS += widgets/iconbox.c
|
||
|
WIDGETS += widgets/netwmicon.c
|
||
|
WIDGETS += widgets/progressbar.c
|
||
|
WIDGETS += widgets/tasklist.c
|