mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
maint: Drop unused GETTEXT_CPPFLAGS variable
Commit c0a8ea45 removed the use of gettextize, and the setting of
GETTEXT_CPPFLAGS, but did not scrub the now-unused variable from
Makefile.am snippets.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -26,5 +26,3 @@ SUFFIXES =
|
||||
noinst_LTLIBRARIES =
|
||||
|
||||
include gnulib.mk
|
||||
|
||||
INCLUDES = -I$(top_srcdir) $(GETTEXT_CPPFLAGS)
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
|
||||
include gnulib.mk
|
||||
|
||||
INCLUDES = $(GETTEXT_CPPFLAGS)
|
||||
|
||||
GNULIB_TESTS0 =
|
||||
GNULIB_TESTS1 = $(GNULIB_TESTS)
|
||||
if WITH_EXPENSIVE_TESTS
|
||||
|
||||
Reference in New Issue
Block a user