Compilation environment fixes to make make install work correctly.
[crypto.git] / lib / silcssh / tests / Makefile.am
index 1aae529b6897c7f08781135d85a5b9ceef1ff64b..90d2dbbc84739c2f9a2b08665e6e1107c8d22f91 100644 (file)
 
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
-bin_PROGRAMS = test_silcssh
-
-test_silcssh_SOURCES = test_silcssh.c
+check_PROGRAMS = test_silcssh
 
 LIBS = $(SILC_COMMON_LIBS)
-LDADD = -L.. -L../.. -lsilc -lsilcssh
+LDADD = -L.. -L../.. -lsct
 CFLAGS = -O0
 
 include $(top_srcdir)/Makefile.defines.in