Keep the bindings private
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUBDIRS = globalkeys threadframe
|
||||
|
||||
bindingsdir = $(pythondir)/sugar_bindings
|
||||
bindingsdir = $(pkgdatadir)/bindings
|
||||
bindings_PYTHON = __init__.py
|
||||
|
||||
@@ -4,7 +4,7 @@ INCLUDES = \
|
||||
$(PYGTK_CFLAGS) \
|
||||
$(GLOBALKEYS_CFLAGS)
|
||||
|
||||
globalkeysdir = $(pythondir)/sugar_bindings
|
||||
globalkeysdir = $(pkgdatadir)/bindings
|
||||
pkgpyexecdir = $(globalkeysdir)
|
||||
|
||||
pkgpyexec_LTLIBRARIES = globalkeys.la
|
||||
|
||||
Reference in New Issue
Block a user