repo.or.cz
/
gwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a menu for selecting a window to map and raise.
[gwm.git]
/
Makefile.am
blob
ed07c20e18b7ccb4b4583822592d3ad62b5ba40f
1
bin_PROGRAMS = gwm
2
3
AM_CFLAGS = @PKG_CFLAGS@
4
gwm_LDADD = @PKG_LIBS@
5
gwm_SOURCES = \
6
actions.c actions.h \
7
button.c button.h \
8
decorate-core.c decorate-core.h \
9
frame.c frame.h \
10
gwm.c gwm.h \
11
keyboard.c keyboard.h \
12
managed.c managed.h \
13
menu.c menu.h \
14
root.c root.h \
15
utf8.c utf8.h \
16
window-table.c window-table.h
17
18
if RENDER
19
gwm_SOURCES += decorate-render.c decorate-render.h
20
endif