summaryrefslogtreecommitdiffstats
path: root/polyp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/Makefile.am')
-rw-r--r--polyp/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/polyp/Makefile.am b/polyp/Makefile.am
index 3f94c052..99c89491 100644
--- a/polyp/Makefile.am
+++ b/polyp/Makefile.am
@@ -63,6 +63,11 @@ polypinclude_HEADERS= \
sample.h \
glib-mainloop.h
+### Warning! Due to an obscure bug in libtool/automake it is required
+### that the libraries in modlib_LTLIBRARIES are specified in-order,
+### i.e. libraries near the end of the list depend on libraries near
+### the head, and not the other way!
+
modlib_LTLIBRARIES= \
libsocket-util.la \
libiochannel.la \