mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
6 lines
198 B
Makefile
6 lines
198 B
Makefile
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
|