generate an 'openbox3' binary
This commit is contained in:
parent
378ed4f520
commit
395b9e155a
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ LDFLAGS=`pkg-config --libs xft`
|
||||||
|
|
||||||
INCLUDES= -I../otk
|
INCLUDES= -I../otk
|
||||||
|
|
||||||
bin_PROGRAMS= openbox
|
bin_PROGRAMS= openbox3
|
||||||
|
|
||||||
openbox_LDADD=../otk/libotk.a @LIBINTL@
|
openbox3_LDADD=../otk/libotk.a @LIBINTL@
|
||||||
|
|
||||||
openbox_SOURCES= client.cc configuration.cc screen.cc openbox.cc \
|
openbox3_SOURCES= client.cc configuration.cc screen.cc openbox.cc \
|
||||||
util.cc bbwindow.cc workspace.cc blackbox.cc \
|
util.cc bbwindow.cc workspace.cc blackbox.cc \
|
||||||
main.cc xeventhandler.cc
|
main.cc xeventhandler.cc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue