1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

This wasn't supposed to be commited

This commit is contained in:
Eric Petit 2006-05-31 13:05:04 +00:00
parent 0d682e2f83
commit 0d7e35c4c2

View file

@ -1,14 +0,0 @@
SYSTEM = Linux
PREFIX = /usr/local
LOCALEDIR = /usr/local/share/locale
BEOS_NETSERVER = no
PTHREAD = yes
OPENSSL = yes
GTK = yes
CC = cc
CFLAGS =
CXX = c++
CXXFLAGS =
LDFLAGS = -lm
CFLAGS_GTK = -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/local/share/locale\"
LDFLAGS_GTK = -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0