libpurple/protocols/jabber/Makefile.am

changeset 38134
99e9d6f6c02b
parent 37605
599b01f2f5a7
child 38240
0552f69f1996
--- a/libpurple/protocols/jabber/Makefile.am	Thu Oct 06 10:10:02 2016 -0400
+++ b/libpurple/protocols/jabber/Makefile.am	Thu Oct 06 14:31:58 2016 -0500
@@ -1,7 +1,5 @@
 EXTRA_DIST = \
-	Makefile.mingw \
-	win32/posix.uname.c \
-	win32/utsname.h
+	Makefile.mingw
 
 pkgdir = @PURPLE_PLUGINDIR@
 
@@ -105,10 +103,6 @@
 JABBERSOURCES += auth_cyrus.c
 endif
 
-if IS_WIN32
-JABBERSOURCES += win32/posix.uname.c
-endif
-
 if STATIC_JABBER
 
 st = -DPURPLE_STATIC_PRPL

mercurial