File: Makefile.am

package info (click to toggle)
zsync 0.6.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: ansic: 9,023; sh: 3,800; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9

noinst_LIBRARIES = libzsync.a

libzsync_a_SOURCES = zmap.h zsync.h sha1.h zsync.c zmap.c sha1.c

TESTS = sha1test
noinst_PROGRAMS = sha1test
sha1test_SOURCES = sha1.h sha1.c sha1test.c