diff --git a/Makefile.am b/Makefile.am index 1eabe0056fe917aec01cdf569331e8fc67fc686e..fca032f768dce661eeb71a5bfccaec29f9bad414 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ noinst_PROGRAMS = test-oop test_oop_SOURCES = test-oop.c test_oop_CFLAGS = $(GLIB2_CFLAGS) $(GLIB_INCLUDES) $(TCL_INCLUDES) $(WWW_INCLUDES) -test_oop_LDADD = $(lib_LTLIBRARIES) +test_oop_LDADD = $(lib_LTLIBRARIES) $(GLIB2_LIBS) $(ADNS_LIBS) $(TCL_LIBS) $(READLINE_LIBS) release: dist gzip -dc $(PACKAGE)-$(VERSION).tar.gz | bzip2 -9 \