summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-03-21 23:29:41 -0700
committerKeith Packard <keithp@keithp.com>2008-03-21 23:29:41 -0700
commit443e1f80c885133ae6df590f1a7663833c76b7f3 (patch)
tree4d9e8046322dc0bbb34089f098b8aa0b5824d3bb
parenta7a7eea510b5a87c1e12516fadae4d13bd26e0a0 (diff)
Build and install xkeystone program from keystone.5c
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5772a02..e7e460d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,15 @@
bin_PROGRAMS = xrandr
+bin_SCRIPTS = xkeystone
+
+xkeystone: keystone.5c
+ (echo '#!/usr/bin/env nickle'; cat keystone.5c) > $@
+ chmod +x $@
+
+clean-local:
+ rm -f xkeystone
+
AM_CFLAGS = $(XRANDR_CFLAGS)
xrandr_LDADD = $(XRANDR_LIBS)