File ifolder3-buildfix.patch of Package ifolder3
Index: configure.in
===================================================================
--- configure.in (revision 7304)
+++ configure.in (working copy)
@@ -585,23 +585,12 @@
src/UI/Linux/LinuxClient/application/AssemblyInfo.cs
src/UI/Linux/LinuxClient/po/Makefile
src/UI/Linux/LinuxClient/po/POTFILES
-src/UI/Windows/FormsTrayApp/Makefile
-src/UI/Windows/FormsTrayApp/AssemblyInfo.cs
-src/UI/Windows/iFolderShell/Makefile
-src/UI/Windows/iFolderShell/AssemblyInfo.cs
src/UI/Linux/TrayIcon/Makefile
src/UI/Linux/TrayIcon/libtrayicon/Makefile
src/common/WebService/Makefile
src/common/WebService/AssemblyInfo.cs
src/common/libifolder/Makefile
-src/UI/Mac/OSXClient/Makefile
-src/UI/Mac/OSXClient/Info.plist
-src/UI/Mac/OSXClient/src/config.h
-src/UI/Mac/OSXClient/UninstalliFolder/Makefile
-src/UI/Mac/OSXClient/UninstalliFolder/Info.plist
package/Makefile
-package/windows/Makefile
-package/darwin/Makefile
])
#test/iFolderComponent/Makefile
Index: src/Makefile.am
===================================================================
--- src/Makefile.am (revision 7304)
+++ src/Makefile.am (working copy)
@@ -3,11 +3,11 @@
endif
if DARWIN
-SUBDIRS = common/WebService common/libifolder UI/Mac/OSXClient
+SUBDIRS = common/WebService common/libifolder
endif
if WINDOWS
-SUBDIRS = common/WebService common/iFolder UI/Windows/iFolderShell UI/Windows/FormsTrayApp
+SUBDIRS = common/WebService common/iFolder
endif
DIST_SUBDIRS = $(SUBDIRS)
Index: package/Makefile.am
===================================================================
--- package/Makefile.am (revision 7304)
+++ package/Makefile.am (working copy)
@@ -22,7 +22,6 @@
#######################################################################
SUBDIRS = @IFOLDER_OS@
-DIST_SUBDIRS = windows darwin
sdk:
$(MAKE) -C $(IFOLDER_OS) sdk