2007-08-14 19:26:49 +00:00
|
|
|
AM_CPPFLAGS = \
|
2007-08-14 19:53:36 +00:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
$(LIBEVENT_CPPFLAGS) \
|
|
|
|
$(GTK_CFLAGS) \
|
2007-08-14 19:26:49 +00:00
|
|
|
-DLOCALEDIR=\""$(transmissionlocaledir)"\"
|
2007-07-18 23:04:26 +00:00
|
|
|
|
|
|
|
AM_CFLAGS = $(PTHREAD_CFLAGS)
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
actions.h \
|
|
|
|
conf.h \
|
|
|
|
dialogs.h \
|
|
|
|
hig.h \
|
|
|
|
img_icon_full.h \
|
|
|
|
io.h \
|
|
|
|
ipc.h \
|
|
|
|
makemeta-ui.h \
|
|
|
|
msgwin.h \
|
|
|
|
torrent-inspector.h \
|
|
|
|
tr_cell_renderer_progress.h \
|
|
|
|
tr_core.h \
|
|
|
|
tr_icon.h \
|
|
|
|
tr_prefs.h \
|
|
|
|
tr_torrent.h \
|
|
|
|
tr_window.h \
|
|
|
|
ui.h \
|
|
|
|
util.h
|
|
|
|
|
2007-09-23 23:38:39 +00:00
|
|
|
bin_PROGRAMS = transmission
|
2007-07-18 23:04:26 +00:00
|
|
|
|
2007-09-23 23:38:39 +00:00
|
|
|
transmission_SOURCES = \
|
2007-07-18 23:04:26 +00:00
|
|
|
actions.c \
|
|
|
|
conf.c \
|
|
|
|
dialogs.c \
|
|
|
|
hig.c \
|
|
|
|
io.c \
|
|
|
|
ipc.c \
|
|
|
|
main.c \
|
|
|
|
makemeta-ui.c \
|
|
|
|
msgwin.c \
|
|
|
|
torrent-inspector.c \
|
|
|
|
tr_cell_renderer_progress.c \
|
|
|
|
tr_core.c \
|
|
|
|
tr_icon.c \
|
|
|
|
tr_prefs.c \
|
|
|
|
tr_torrent.c \
|
|
|
|
tr_window.c \
|
|
|
|
util.c
|
|
|
|
|
2007-09-23 23:38:39 +00:00
|
|
|
transmission_LDADD = \
|
2007-08-15 02:48:32 +00:00
|
|
|
$(top_builddir)/libtransmission/libtransmission.a \
|
|
|
|
$(top_builddir)/third-party/libevent/libevent.la \
|
2007-08-14 19:53:36 +00:00
|
|
|
$(GTK_LIBS) \
|
2007-08-14 19:26:49 +00:00
|
|
|
$(PTHREAD_LIBS) -lm
|