Fix missing pointer dereference and missing assignment.
[gwm.git] / Makefile.am
blob4c7387c2c413a26f992ff7514eff9d3e1feaf188
1 bin_PROGRAMS = gwm
3 AM_CFLAGS = @PKG_CFLAGS@
4 gwm_LDADD = @PKG_LIBS@
5 if LINKER_SCRIPTS
6 gwm_LDFLAGS = -Wl,-Tgwm.ld
7 endif
8 gwm_SOURCES = \
9         actions.c actions.h \
10         button.c button.h \
11         decorate-core.c decorate-core.h \
12         frame.c frame.h \
13         gwm.c gwm.h \
14         image.c image.h \
15         keyboard.c keyboard.h \
16         managed.c managed.h \
17         menu.c menu.h \
18         root.c root.h \
19         utf8.c utf8.h \
20         window-table.c window-table.h
22 if RENDER
23 gwm_SOURCES += decorate-render.c decorate-render.h
24 endif