Last change
on this file since 2750 was
2750,
checked in by charles, 15 years ago
|
more hacking on making libevent build, and on making T pick it up in includes & library
|
File size:
278 bytes
|
Line | |
---|
1 | AM_CPPFLAGS = -I$(top_srcdir) $(LIBEVENT_CPPFLAGS) |
---|
2 | AM_CFLAGS = $(PTHREAD_CFLAGS) |
---|
3 | |
---|
4 | bin_PROGRAMS = transmission-cli |
---|
5 | |
---|
6 | transmission_cli_SOURCES = transmissioncli.c |
---|
7 | |
---|
8 | transmission_cli_LDADD = \ |
---|
9 | ../libtransmission/libtransmission.a \ |
---|
10 | $(LIBEVENT_LIBS) \ |
---|
11 | $(PTHREAD_LIBS) -lm |
---|
Note: See
TracBrowser
for help on using the repository browser.