using threads to try speed up desktop switching but its not working out
[dana/xcompmgr.git] / Makefile.am
index 4bc0ba3..38c4b34 100644 (file)
@@ -1,7 +1,7 @@
 bin_PROGRAMS = xcompmgr
 man_MANS = xcompmgr.1
 
-xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm
+xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm -lpthread
 
 INCLUDES = @XCOMPMGR_CFLAGS@