Fix makefiles for previous source file re-arrangements.
svn: r11104
This commit is contained in:
parent
f26db0ed0a
commit
71013e9f50
@ -8,7 +8,6 @@ pkgdatadir = $(datadir)/@PACKAGE@/PluginUtils
|
|||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
__init__.py\
|
__init__.py\
|
||||||
_GuiOptions.py\
|
_GuiOptions.py\
|
||||||
_MenuOptions.py\
|
|
||||||
_Options.py\
|
_Options.py\
|
||||||
_Tool.py\
|
_Tool.py\
|
||||||
_PluginMgr.py\
|
_PluginMgr.py\
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
plug \
|
||||||
proxy\
|
proxy\
|
||||||
db\
|
db\
|
||||||
lib\
|
lib\
|
||||||
|
@ -9,7 +9,8 @@ SUBDIRS = \
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug
|
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
__init__.py
|
__init__.py \
|
||||||
|
_manager.py
|
||||||
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@/gen/plug
|
pkgpyexecdir = @pkgpyexecdir@/gen/plug
|
||||||
pkgpythondir = @pkgpythondir@/gen/plug
|
pkgpythondir = @pkgpythondir@/gen/plug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user