version 0.1.1 - few cosmetic fixes
[mirrors/libpurple-core-answerscripts.git] / Makefile
index dbb2dd66910d2c78c24ddd0d732895f7c4982086..cabb57a37be46857b6534020c0fc37e40ddb4cf2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,8 @@
 CC := gcc
 LIBTOOL := libtool
 
 CC := gcc
 LIBTOOL := libtool
 
+#CFLAGS+=-lpthread -DPTHREAD
+
 ifeq ($(PREFIX),)
   LIB_INSTALL_DIR = $(HOME)/.purple/plugins
 else
 ifeq ($(PREFIX),)
   LIB_INSTALL_DIR = $(HOME)/.purple/plugins
 else
@@ -52,3 +54,4 @@ clean:
 
 user:
        cp -r purple/* $(HOME)/.purple/
 
 user:
        cp -r purple/* $(HOME)/.purple/
+       mv $(HOME)/.purple/$(PIDGIN_AUTOANSWER).sh $(HOME)/.purple/$(PIDGIN_AUTOANSWER).exe
This page took 0.127265 seconds and 4 git commands to generate.