Description: This patch for binary optimization and not to try to
 install removed icons
Author: Gabriele Giacone <1o5g4r8o@gmail.com>

--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@
 
 #By default, 'make' compiles X11 version on local platform
 all: .DEPENDS skype_messaging_x11.c skype_messaging_dbus.c
-	gcc ${LIBPURPLE_CFLAGS} -Wall -pthread ${GLIB_CFLAGS} -I. -g -pipe libskype.c -o libskype.so -shared -fPIC -DPIC
-	gcc ${LIBPURPLE_CFLAGS} -Wall -pthread ${GLIB_CFLAGS} -I. -g -pipe libskype.c -o libskype_dbus.so -shared -fPIC -DPIC ${DBUS_CFLAGS}
+	gcc ${LIBPURPLE_CFLAGS} -Wall -pthread ${GLIB_CFLAGS} -I. -g -O2 -pipe libskype.c -o libskype.so -shared -fPIC -DPIC
+	gcc ${LIBPURPLE_CFLAGS} -Wall -pthread ${GLIB_CFLAGS} -I. -g -O2 -pipe libskype.c -o libskype_dbus.so -shared -fPIC -DPIC ${DBUS_CFLAGS}
 
 install: locales
 	mkdir -p $(DESTDIR)/usr/share/pixmaps/pidgin/emotes/skype
@@ -41,9 +41,6 @@
 	mkdir -p $(DESTDIR)/usr/share/pixmaps/pidgin/protocols/48
 	mkdir -p $(DESTDIR)/usr/lib/purple-2
 	install -m 664 theme $(DESTDIR)/usr/share/pixmaps/pidgin/emotes/skype/
-	install -m 664 icons/16/skypeout.png icons/16/skype.png $(DESTDIR)/usr/share/pixmaps/pidgin/protocols/16
-	install -m 664 icons/22/skypeout.png icons/22/skype.png $(DESTDIR)/usr/share/pixmaps/pidgin/protocols/22
-	install -m 664 icons/48/skypeout.png icons/48/skype.png $(DESTDIR)/usr/share/pixmaps/pidgin/protocols/48
 	install -m 664 libskype_dbus.so libskype.so $(DESTDIR)/usr/lib/purple-2/
 
 uninstall:
