Files
xf86-video-vmware/vmwarectrl/Makefile.am
Gaetan Nadon 2a72ea7a1b vmwarectrl: rework standalone package as a subdir of driver
vmwarectrl is a unit test client tool for developers.
By default, it is not built unless --enable-vmwarectrl-client is used.

Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-19 08:18:08 -04:00

13 lines
225 B
Makefile

if BUILD_VMWARECTRL
bin_PROGRAMS = vmwarectrl
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = $(X11_CFLAGS)
AM_LDFLAGS = $(X11_LIBS)
vmwarectrl_SOURCES = vmwarectrl.c libvmwarectrl.c libvmwarectrl.h
endif BUILD_VMWARECTRL