mirror of https://gitee.com/openkylin/libvirt.git
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)
|