07695f4c18
We do not have $Id$ to expand anymore.
8 lines
161 B
Makefile
8 lines
161 B
Makefile
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
|