summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 18:45:29 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 18:45:29 +0000
commit624d277ffbd877d0408ad7c3789e6f6224b5dfee (patch)
tree6e85db788e0f0efdaf0f0342eaa340ca5f737e76 /openbox
parent359ef290827532b6dcc365032de3f26699812c9c (diff)
build 'openbox3' instead of 'ob3'
Diffstat (limited to 'openbox')
-rw-r--r--openbox/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am
index e8fb3f2e..b1055d70 100644
--- a/openbox/Makefile.am
+++ b/openbox/Makefile.am
@@ -23,10 +23,10 @@ LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@
bin_PROGRAMS=$(binary)
-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 \
+openbox3_LDADD=@LIBINTL@ ../render/librender.a
+openbox3_LDFLAGS=-export-dynamic
+openbox3_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 plugin.c action.c grab.c
noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \