mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
7 lines
157 B
Makefile
7 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
|