mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
6 lines
157 B
Makefile
6 lines
157 B
Makefile
AM_CFLAGS = @PTHREAD_CFLAGS@
|
|
|
|
noinst_LIBRARIES = libdht.a
|
|
libdht_a_SOURCES = dht.c
|
|
noinst_HEADERS = dht.h
|
|
EXTRA_DIST = CHANGES dht-example.c LICENCE README
|