You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
echoping/SRC/contrib/adamsnames/Makefile.am

10 lines
200 B
Makefile

if ADAMSNAMESBUILD
bin_PROGRAMS = test-domquery
test_domquery_SOURCES = test-domquery.c
pkglib_LTLIBRARIES = domquery.la
domquery_la_SOURCES = domquery.c util.c
domquery_la_LDFLAGS = -module
endif