8 lines
193 B
Makefile
8 lines
193 B
Makefile
|
include $(top_srcdir)/config/Rules.am
|
||
|
|
||
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
|
||
|
|
||
|
pkgexec_PROGRAMS = threadsappend
|
||
|
threadsappend_SOURCES = threadsappend.c
|
||
|
threadsappend_LDADD = -lpthread
|