Last change
on this file since 2762 was
2762,
checked in by charles, 15 years ago
|
more work on getting our autoconf setup to play nice with libevent
|
File size:
324 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 | $(top_builddir)/libtransmission/libtransmission.a \ |
---|
10 | $(top_builddir)/third-party/libevent/libevent.la \ |
---|
11 | $(PTHREAD_LIBS) -lm |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.