diff options
author | tissoire | 2007-12-20 13:33:47 +0000 |
---|---|---|
committer | tissoire | 2007-12-20 13:33:47 +0000 |
commit | 98f62bc78586332320db02686c2453d3dd3a6f31 (patch) | |
tree | 438bcaaf3851236dfa1859c1e982853c8c911175 /src/Makefile.am | |
download | ivypointer-98f62bc78586332320db02686c2453d3dd3a6f31.zip ivypointer-98f62bc78586332320db02686c2453d3dd3a6f31.tar.gz ivypointer-98f62bc78586332320db02686c2453d3dd3a6f31.tar.bz2 ivypointer-98f62bc78586332320db02686c2453d3dd3a6f31.tar.xz |
initial release of ivypointer
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..4af348e --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,3 @@ +bin_PROGRAMS = ivypointer +ivypointer_SOURCES = ivypointer.c getopt.c +ivypointer_LDADD = -livy -lX11 -lXtst |