mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-24 01:24:37 +00:00
9 lines
257 B
Makefile
9 lines
257 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = dist-bzip2
|
|
|
|
bin_PROGRAMS = vmwarectrl
|
|
vmwarectrl_SOURCES = vmwarectrl.c libvmwarectrl.c libvmwarectrl.h
|
|
vmwarectrl_CPPFLAGS = @X11_CFLAGS@ -I../src/
|
|
vmwarectrl_LDADD = @X11_LIBS@
|