diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-07 05:47:46 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-07 05:47:46 +0000 |
| commit | e040fc1b94e9a4c40fe41ba96b459d2275718cfd (patch) | |
| tree | dd41e42c22a964e5f65685118e9e26360c7199ae /build | |
| parent | 5f42ecfacbbf0bcfe43137c51a20b60d8ea368e3 (diff) | |
add the group.c
Diffstat (limited to 'build')
| -rw-r--r-- | build/Makefile.kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.kernel b/build/Makefile.kernel index 6d64b416..c539dbf9 100644 --- a/build/Makefile.kernel +++ b/build/Makefile.kernel @@ -8,7 +8,7 @@ LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) $(X_LIBS) $(XINERAMA_LIBS) LDFLAGS += -export-dynamic 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 \ parse.c plugin.c prop.c screen.c stacking.c timer.c xerror.c \ parse.lex.c parse.tab.c |
