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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/syncmenu/Makefile.am')
-rw-r--r--src/osx/syncmenu/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/osx/syncmenu/Makefile.am b/src/osx/syncmenu/Makefile.am
deleted file mode 100644
index b808b0d4a..000000000
--- a/src/osx/syncmenu/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-GTKPATH="/Library/Frameworks/GTK+.framework/Versions/Current/bin"
-
-export MACOSX_DEPLOYMENT_TARGET=10.4
-INCLUDES = $(PYTHON_INCLUDES)
-
-GTKLDFLAGS=`$(GTKPATH)/pkg-config --libs gtk+-2.0 pygobject-2.0`
-GTKCFLAGS=`$(GTKPATH)/pkg-config --cflags gtk+-2.0 pygobject-2.0`
-
-if BUILD_COCOA
-syncmenulib_LTLIBRARIES = syncmenu.la
-syncmenulibdir = $(pkglibdir)
-syncmenu_la_SOURCES = sync-menu.c pysyncmenu.c
-syncmenu_la_LDFLAGS = -module -avoid-version -Xcompiler -isysroot -Xcompiler /Developer/SDKs/MacOSX10.4u.sdk -Xcompiler -arch -Xcompiler ppc -Xcompiler -arch -Xcompiler i386 $(GTKLDFLAGS)
-syncmenu_la_CFLAGS = -Xcompiler -isysroot -Xcompiler /Developer/SDKs/MacOSX10.4u.sdk -Xcompiler -arch -Xcompiler ppc -Xcompiler -arch -Xcompiler i386 $(GTKCFLAGS) -Wall -g $(INCLUDES)
-endif
-
-DISTCLEANFILES =
-
-EXTRA_DIST =
-
-MAINTAINERCLEANFILES = Makefile.in