install the shadow wrappers
This commit is contained in:
parent
385de86d90
commit
915b171bef
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
scriptdir = $(libdir)/openbox/python
|
||||
|
||||
CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@
|
||||
|
||||
INCLUDES= -I../src
|
||||
|
@ -15,6 +17,8 @@ libotk_la_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \
|
|||
|
||||
libotk_la_LDFLAGS = $(XFT_LIBS) $(PYTHON_LIBS)
|
||||
|
||||
scriptdir_DATA = otk.py
|
||||
|
||||
MAINTAINERCLEANFILES= Makefile.in
|
||||
|
||||
distclean-local:
|
||||
|
|
|
@ -22,6 +22,8 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
|
|||
buttonwidget.cc python.cc bindings.cc \
|
||||
openbox_wrap.cc
|
||||
|
||||
scriptdir_DATA = openbox.py
|
||||
|
||||
MAINTAINERCLEANFILES= Makefile.in
|
||||
|
||||
distclean-local:
|
||||
|
|
Loading…
Reference in a new issue