Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-04-23 09:24:57 +0400
committerEion Robb <eion@robbmob.com>2008-04-23 09:24:57 +0400
commitda2edca39f10523cc411f56737c981aa7c8011e5 (patch)
tree8fdc6bd33ed7efb67bca7745f6ab81e61a8479fe /Makefile
parent395703f8a938a97a321ff0bc44b52533e0583ee0 (diff)
Compile flag fix so that plugin is compiled statically for Adium, but dynamically for Pidgin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ee3727..cc70928 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LINUX32_COMPILER = i686-pc-linux-gnu-gcc
LINUX64_COMPILER = x86_64-linux-gnu-gcc
WIN32_COMPILER = /usr/bin/i586-mingw32-gcc
-LIBPURPLE_CFLAGS = -I/usr/include/libpurple -I/usr/include -DVERSION="2.1.1" -DENABLE_NLS
+LIBPURPLE_CFLAGS = -I/usr/include/libpurple -I/usr/include -DPURPLE_PLUGINS -DENABLE_NLS
GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
DBUS_CFLAGS = -DSKYPE_DBUS -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
WIN32_DEV_DIR = /root/pidgin/win32-dev