add the group.c
This commit is contained in:
parent
5f42ecfacb
commit
e040fc1b94
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) $(X_LIBS) $(XINERAMA_LIBS)
|
||||||
LDFLAGS += -export-dynamic
|
LDFLAGS += -export-dynamic
|
||||||
|
|
||||||
target = openbox3
|
target = openbox3
|
||||||
sources = action.c client.c dispatch.c engine.c event.c \
|
sources = action.c client.c dispatch.c engine.c event.c group.c \
|
||||||
extensions.c focus.c frame.c grab.c menu.c openbox.c \
|
extensions.c focus.c frame.c grab.c menu.c openbox.c \
|
||||||
parse.c plugin.c prop.c screen.c stacking.c timer.c xerror.c \
|
parse.c plugin.c prop.c screen.c stacking.c timer.c xerror.c \
|
||||||
parse.lex.c parse.tab.c
|
parse.lex.c parse.tab.c
|
||||||
|
|
Loading…
Reference in a new issue