forked from pool/pidgin
8e86eb5579
Accepted submit request 53822 from user dimstar OBS-URL: https://build.opensuse.org/request/show/53822 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=61
23 lines
511 B
Diff
23 lines
511 B
Diff
Index: pidgin-2.7.6/libpurple/Makefile.am
|
|
===================================================================
|
|
--- pidgin-2.7.6.orig/libpurple/Makefile.am
|
|
+++ pidgin-2.7.6/libpurple/Makefile.am
|
|
@@ -50,6 +50,8 @@ purple_coresources = \
|
|
desktopitem.c \
|
|
eventloop.c \
|
|
ft.c \
|
|
+ purple-fifo.c \
|
|
+ purple-io.c \
|
|
idle.c \
|
|
imgstore.c \
|
|
log.c \
|
|
@@ -117,6 +119,8 @@ purple_coreheaders = \
|
|
desktopitem.h \
|
|
eventloop.h \
|
|
ft.h \
|
|
+ purple-fifo.h \
|
|
+ purple-io.h \
|
|
gaim-compat.h \
|
|
idle.h \
|
|
imgstore.h \
|