11 lines
169 B
Text
11 lines
169 B
Text
|
# $Id$
|
||
|
|
||
|
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
|