File: Makefile.am

package info (click to toggle)
libfreefare 0.4.0-2.3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 992 kB
  • sloc: ansic: 10,582; makefile: 332; sh: 8
file content (10 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# $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