mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-15 01:43:40 -06: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
|