mirror of https://gitee.com/openkylin/libvirt.git
9 lines
293 B
Makefile
9 lines
293 B
Makefile
## Copyright (C) 2005-2012 Red Hat, Inc.
|
|
## See COPYING.LIB for the License of this software
|
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
noinst_PROGRAMS = openauth
|
|
openauth_CFLAGS = $(WARN_CFLAGS)
|
|
openauth_SOURCES = openauth.c
|
|
openauth_LDADD = $(top_builddir)/src/libvirt.la
|