9 lines
161 B
Text
9 lines
161 B
Text
|
if WITH_DEBUG
|
||
|
if !HAS_LIBUTIL
|
||
|
noinst_LTLIBRARIES = libutil.la
|
||
|
noinst_HEADERS = libutil.h
|
||
|
|
||
|
libutil_la_SOURCES = hexdump.c
|
||
|
endif # !HAS_LIBUTIL
|
||
|
endif # WITH_DEBUG
|