summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 4c7387c2c413a26f992ff7514eff9d3e1feaf188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
bin_PROGRAMS = gwm

AM_CFLAGS = @PKG_CFLAGS@
gwm_LDADD = @PKG_LIBS@
if LINKER_SCRIPTS
gwm_LDFLAGS = -Wl,-Tgwm.ld
endif
gwm_SOURCES = \
	actions.c actions.h \
	button.c button.h \
	decorate-core.c decorate-core.h \
	frame.c frame.h \
	gwm.c gwm.h \
	image.c image.h \
	keyboard.c keyboard.h \
	managed.c managed.h \
	menu.c menu.h \
	root.c root.h \
	utf8.c utf8.h \
	window-table.c window-table.h

if RENDER
gwm_SOURCES += decorate-render.c decorate-render.h
endif