make autotools work again

svn: r11666
This commit is contained in:
Benny Malengier 2009-01-19 20:26:41 +00:00
parent a73b2da699
commit 0df7429978
5 changed files with 16 additions and 6 deletions

View File

@ -144,6 +144,17 @@ src/GrampsLocale/Makefile
src/PluginUtils/Makefile
src/ReportBase/Makefile
src/plugins/Makefile
src/plugins/docgen/Makefile
src/plugins/drawreport/Makefile
src/plugins/export/Makefile
src/plugins/gramplet/Makefile
src/plugins/graph/Makefile
src/plugins/import/Makefile
src/plugins/quickview/Makefile
src/plugins/rel/Makefile
src/plugins/textreport/Makefile
src/plugins/tool/Makefile
src/plugins/webreport/Makefile
src/DateHandler/Makefile
src/widgets/Makefile
src/gen/Makefile

View File

@ -25,7 +25,7 @@ pkgdata_PYTHON = \
ImportGpkg.py\
ImportXml.py\
Records.py\
WebCal.py\
WebCal.py
pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins

View File

@ -19,7 +19,7 @@ pkgdata_PYTHON = \
NumberOfAncestorsReport.py\
PlaceReport.py\
SimpleBookTitle.py\
Summary.py\
Summary.py
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport
pkgpythondir = @pkgpythondir@/plugins/textreport

View File

@ -31,10 +31,9 @@ pkgdata_PYTHON = \
SortEvents.py \
SoundGen.py \
Verify.py
# DumpGenderStats.py \
# PHPGedViewConnector.py \
# TestcaseGenerator.py \
# TestcaseGenerator.py
pkgpyexecdir = @pkgpyexecdir@/plugins/tool
pkgpythondir = @pkgpythondir@/plugins/tool