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/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
|
||||
|
@ -25,7 +25,7 @@ pkgdata_PYTHON = \
|
||||
ImportGpkg.py\
|
||||
ImportXml.py\
|
||||
Records.py\
|
||||
WebCal.py\
|
||||
WebCal.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins
|
||||
pkgpythondir = @pkgpythondir@/plugins
|
||||
|
@ -7,8 +7,8 @@ pkgdatadir = $(datadir)/@PACKAGE@/plugins/docgen
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
AsciiDoc.py \
|
||||
CairoDoc.py \
|
||||
GtkPrint.py \
|
||||
CairoDoc.py \
|
||||
GtkPrint.py \
|
||||
HtmlDoc.py \
|
||||
LaTeXDoc.py \
|
||||
ODFDoc.py \
|
||||
|
@ -19,7 +19,7 @@ pkgdata_PYTHON = \
|
||||
NumberOfAncestorsReport.py\
|
||||
PlaceReport.py\
|
||||
SimpleBookTitle.py\
|
||||
Summary.py\
|
||||
Summary.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/plugins/textreport
|
||||
pkgpythondir = @pkgpythondir@/plugins/textreport
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user