syncevolution/build/build.am
Patrick Ohly 04f8ac0454 gdbus: remove old libdbus-based implementation
GIO D-Bus is a more modern and capable implementation. The older one
was only needed on certain old Linux distros (Maemo) which did not
have a recent enough glib.

The reason for removing the old one is that it allows making API
incompatible changes for the C++ D-Bus binding without having to do
that in two places.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
2020-12-05 21:28:08 +01:00

15 lines
373 B
Plaintext

dist_noinst_SCRIPTS += build/gen-git-version.sh \
build/source2html.py
EXTRA_DIST += \
build/export-foreign-git.sh \
build/export-synthesis-xml.sh \
build/gen-backends-am.sh \
build/gen-backends.sh \
build/gen-changelog.pl \
build/gen-linguas.sh \
build/import-foreign-git.sh \
build/import-gdbus.sh \
build/import-synthesis-xml.sh \
build/update-copyrights.sh