# # Makefile.am # # Author: Pekka Riikonen # # Copyright (C) 2004 - 2005 Pekka Riikonen # # The contents of this file are subject to one of the Licenses specified # in the COPYING file; You may not use this file except in compliance # with the License. # # The software distributed under the License is distributed on an "AS IS" # basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY # KIND, either expressed or implied. See the COPYING file for more # information. # AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign bin_PROGRAMS = test_silcstrutil test_silcstringprep test_silchashtable \ test_silclist test_silcmime test_silcstrutil_SOURCES = test_silcstrutil.c test_silcstringprep_SOURCES = test_silcstringprep.c test_silchashtable_SOURCES = test_silchashtable.c test_silclist_SOURCES = test_silclist.c test_silcmime_SOURCES = test_silcmime.c LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc include $(top_srcdir)/Makefile.defines.in