Skip to content
Snippets Groups Projects
Commit e78edb7f authored by Magnus Holmgren's avatar Magnus Holmgren Committed by Niels Möller
Browse files

Explicitly link test-oop with all the libraries that the adapter libraries use

parent 057e01c0
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ noinst_PROGRAMS = test-oop ...@@ -51,7 +51,7 @@ noinst_PROGRAMS = test-oop
test_oop_SOURCES = test-oop.c test_oop_SOURCES = test-oop.c
test_oop_CFLAGS = $(GLIB2_CFLAGS) $(GLIB_INCLUDES) $(TCL_INCLUDES) $(WWW_INCLUDES) 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 release: dist
gzip -dc $(PACKAGE)-$(VERSION).tar.gz | bzip2 -9 \ gzip -dc $(PACKAGE)-$(VERSION).tar.gz | bzip2 -9 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment