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
Map, raise and activate the window selected in the window menu.
[gwm.git]
/
Makefile.am
blob
7c2f588c1903f90d2bb6b444f3c379a3e8a7c0e2
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
image.c image.h \
12
keyboard.c keyboard.h \
13
managed.c managed.h \
14
menu.c menu.h \
15
root.c root.h \
16
utf8.c utf8.h \
17
window-table.c window-table.h
18
19
if RENDER
20
gwm_SOURCES += decorate-render.c decorate-render.h
21
endif