Fix makefiles for previous source file re-arrangements.

svn: r11104
This commit is contained in:
Brian Matherly 2008-10-04 05:15:06 +00:00
parent f26db0ed0a
commit 71013e9f50
3 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,6 @@ pkgdatadir = $(datadir)/@PACKAGE@/PluginUtils
pkgdata_PYTHON = \
__init__.py\
_GuiOptions.py\
_MenuOptions.py\
_Options.py\
_Tool.py\
_PluginMgr.py\

View File

@ -4,6 +4,7 @@
# If not using GNU make, then list all .py files individually
SUBDIRS = \
plug \
proxy\
db\
lib\

View File

@ -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