File: Makefile.am

package info (click to toggle)
libdebian-installer 0.127
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: ansic: 5,007; makefile: 182
file content (14 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TESTS = test

check_PROGRAMS = test

EXTRA_DIST = Packages

# Force include/debian-installer not to be in the default search path.
# (It provides string.h and trumps the system copy.)
DEFAULT_INCLUDES = -I.@am__isrc@

AM_CFLAGS = -I$(top_srcdir)/include @CHECK_CFLAGS@ -DDATADIR=\"$(srcdir)\"

test_SOURCES = main.c test_hash.c test_system_packages.c test_exec.c
test_LDADD = $(top_builddir)/src/.libs/libdebian-installer.la @CHECK_LIBS@