mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
29db7a0072
Pick up recent gnulib improvements. * .gnulib: Update to latest. * bootstrap: Resync. * bootstrap.conf (gnulib_tool_option_extras): Adjust to bootstrap changes. * gnulib/lib/Makefile.am: Likewise.
18 lines
358 B
Makefile
18 lines
358 B
Makefile
## Makefile for gnulib/lib -*-Makefile-*-
|
|
|
|
## Copyright (C) 2011-2012 Red Hat, Inc.
|
|
## See COPYING.LIB for the License of this software
|
|
|
|
# Initialize variables, so gnulib.mk can append to them
|
|
BUILT_SOURCES =
|
|
CLEANFILES =
|
|
EXTRA_DIST =
|
|
MOSTLYCLEANDIRS =
|
|
MOSTLYCLEANFILES =
|
|
SUFFIXES =
|
|
noinst_LTLIBRARIES =
|
|
|
|
include gnulib.mk
|
|
|
|
INCLUDES = $(GETTEXT_CPPFLAGS)
|