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 = \
|
||||
__init__.py\
|
||||
_GuiOptions.py\
|
||||
_MenuOptions.py\
|
||||
_Options.py\
|
||||
_Tool.py\
|
||||
_PluginMgr.py\
|
||||
|
@ -4,6 +4,7 @@
|
||||
# If not using GNU make, then list all .py files individually
|
||||
|
||||
SUBDIRS = \
|
||||
plug \
|
||||
proxy\
|
||||
db\
|
||||
lib\
|
||||
|
@ -9,7 +9,8 @@ SUBDIRS = \
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/gen/plug
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
__init__.py
|
||||
__init__.py \
|
||||
_manager.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/gen/plug
|
||||
pkgpythondir = @pkgpythondir@/gen/plug
|
||||
|
Loading…
Reference in New Issue
Block a user