This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cryptic/tests/Makefile.am

18 lines
320 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
TESTS = tests
noinst_PROGRAMS = tests
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
$(CRYPTIC_CFLAGS)
tests_SOURCES = tests.c
tests_LDADD = \
$(top_builddir)/cryptic/libcryptic.la \
$(CRYPTIC_LIBS)
tests_LDFLAGS = -rpath `cd $(top_builddir)/cryptic/.libs/; pwd`
EXTRA_DIST = tests.c