diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4af348e..7c46171 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ bin_PROGRAMS = ivypointer ivypointer_SOURCES = ivypointer.c getopt.c -ivypointer_LDADD = -livy -lX11 -lXtst +ivypointer_LDADD = -livy -lX11 -lXtst -lpcre -lXi |