mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
4 lines
126 B
Makefile
4 lines
126 B
Makefile
noinst_LIBRARIES = libdht.a
|
|
libdht_a_SOURCES = dht.c
|
|
noinst_HEADERS = dht.h
|
|
extra_DIST = CHANGES dht-example.c LICENCE README
|