libfreefare/contrib/libutil/Makefile.am
Romain Tartière 07695f4c18 Remove subversion artifacts.
We do not have $Id$ to expand anymore.
2015-05-12 12:22:39 +02:00

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