diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 23:15:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 23:15:20 +0000 |
| commit | 7f590e53607ef1592d65a425b9cdcaa181912465 (patch) | |
| tree | bd0baf4b5563845bd8b2339aefd354e4dcd11527 /openbox/Makefile.am | |
| parent | 74c683ee5fb232d7fe9f517b21ffd9ee50872dce (diff) | |
pointer's variables are config vars
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 5eff8fdd..4cc5b4ce 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -20,12 +20,12 @@ 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 \ python.c screen.c stacking.c xerror.c hooks.c themerc.c timer.c \ - clientwrap.c openboxwrap.c pointer.c keyboard.c engine.c + clientwrap.c openboxwrap.c pointer.c keyboard.c engine.c configwrap.c noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ openbox.h prop.h python.h screen.h stacking.h xerror.h themerc.h \ timer.h hooks.h clientwrap.h openboxwrap.h pointer.h keyboard.h \ - engine.h + engine.h configwrap.h MAINTAINERCLEANFILES= Makefile.in |
