summaryrefslogtreecommitdiff
path: root/vmwarectrl/Makefile.am
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2006-10-11 11:47:25 -0700
committerPhilip Langdale <philipl@fido2.homeip.net>2006-10-11 11:47:25 -0700
commit9345f8146ae41f7d2269e6fea5e3cba385139960 (patch)
treeae7083789fc1250c88fd7bd133f3ce6cd5b1bde7 /vmwarectrl/Makefile.am
parentb35666fdd567d4cd92574aeecadb8e0d41b32d77 (diff)
Add vmwarectrl sample client.
Diffstat (limited to 'vmwarectrl/Makefile.am')
-rw-r--r--vmwarectrl/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/vmwarectrl/Makefile.am b/vmwarectrl/Makefile.am
new file mode 100644
index 0000000..9df209d
--- /dev/null
+++ b/vmwarectrl/Makefile.am
@@ -0,0 +1,8 @@
+## 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@