[Liboil-commit] liboil/Makefile.am

David Schleef ds at kemper.freedesktop.org
Mon Feb 25 23:15:25 PST 2008


 liboil/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f18ee764ce161e345ce3f971320b5d4633c5393c
Author: David Schleef <ds at ginger.bigkitten.com>
Date:   Mon Feb 25 23:17:03 2008 -0800

    Add LIBRT to LIBADD for liboil-0.3.la

diff --git a/liboil/Makefile.am b/liboil/Makefile.am
index d25282f..3f6fbb6 100644
--- a/liboil/Makefile.am
+++ b/liboil/Makefile.am
@@ -166,7 +166,8 @@ endif
 
 liboil_ at LIBOIL_MAJORMINOR@_la_LIBADD = \
 	liboilfunctions.la \
-	$(LIBM)
+	$(LIBM) \
+	$(LIBRT)
 liboil_ at LIBOIL_MAJORMINOR@_la_CFLAGS = $(LIBOIL_CFLAGS)
 liboil_ at LIBOIL_MAJORMINOR@_la_LDFLAGS = \
 	-no-undefined \


More information about the Liboil-commit mailing list