diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-18 03:11:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-18 03:11:55 +0000 |
| commit | 4ed3fb89150d05e6fa134798315269c62de1bed9 (patch) | |
| tree | 570776addac5f3c3fc16371f2298e6862e70a606 /openbox/Makefile.am | |
| parent | cb73f209c9c635866bd79f4eb2b8aa9b4fbcfa6c (diff) | |
plugins work.
start a focus plugin.
Diffstat (limited to 'openbox/Makefile.am')
| -rw-r--r-- | openbox/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 765cef21..b91e5259 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -20,11 +20,11 @@ ob3_LDADD=@LIBINTL@ ../render/librender.a ob3_LDFLAGS=-export-dynamic ob3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.c prop.c \ screen.c stacking.c xerror.c themerc.c timer.c dispatch.c \ - engine.c + engine.c plugin.c noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ openbox.h prop.h screen.h stacking.h xerror.h themerc.h dispatch.h \ - timer.h engine.h + timer.h engine.h plugin.h MAINTAINERCLEANFILES= Makefile.in |
