File: Makefile.am

package info (click to toggle)
libdmtx 0.7.8-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,108 kB
  • sloc: ansic: 10,638; sh: 253; makefile: 154; perl: 28
file content (8 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
AM_CPPFLAGS = -Wshadow -Wall -pedantic -std=c99

check_PROGRAMS = unit_test

unit_test_SOURCES = unit_test.c ../../util/common/dmtxutil.c ../../util/common/dmtxutil.h
unit_test_LDFLAGS = -lm

LDADD = ../../libdmtx.la