build: Remove unused variables
authorSimon McVittie <smcv@collabora.com>
Thu, 28 Sep 2017 12:27:08 +0000 (13:27 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 28 Sep 2017 14:54:50 +0000 (16:54 +0200)
commit09d9cc2b09209a7dd3e4076560180e0b63169c48
tree153f79694037cb9744fba1c0596483625a0d448e
parent74b4cc914f33ec9647e960aada686c0680b7e59d
build: Remove unused variables

libdbus isn't localized, so we have no use for libintl. We always
link libdbus-1 with -no-undefined, so we have no use for
putting that flag in no_undefined on Windows only. export_symbols
seems to be left over from before fd.o#83115 was fixed.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015
Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
dbus/Makefile.am