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/PluginUtils/Makefile
src/ReportBase/Makefile src/ReportBase/Makefile
src/plugins/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/DateHandler/Makefile
src/widgets/Makefile src/widgets/Makefile
src/gen/Makefile src/gen/Makefile

View File

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

View File

@ -7,8 +7,8 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen
pkgdata_PYTHON = \ pkgdata_PYTHON = \
AsciiDoc.py \ AsciiDoc.py \
CairoDoc.py \ CairoDoc.py \
GtkPrint.py \ GtkPrint.py \
HtmlDoc.py \ HtmlDoc.py \
LaTeXDoc.py \ LaTeXDoc.py \
ODFDoc.py \ ODFDoc.py \

View File

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

View File

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