make autotools work again
svn: r11666
This commit is contained in:
parent
a73b2da699
commit
0df7429978
11
configure.in
11
configure.in
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user