diff common.mk @ 10004:e517da95bf98

Eliminate TOPDIR variable in favor of built-in automake variables top_builddir and top_srcdir.
author Rik <rdrider0-list@yahoo.com>
date Sat, 19 Dec 2009 22:58:54 -0800
parents d36f8c473dff
children 6a50aa2cdf00
line wrap: on
line diff
--- a/common.mk	Sat Dec 19 14:24:02 2009 -0800
+++ b/common.mk	Sat Dec 19 22:58:54 2009 -0800
@@ -103,7 +103,7 @@
 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 PTHREAD_LIBS = @PTHREAD_LIBS@
 
-LIBFLAGS = -L$(TOPDIR)
+LIBFLAGS = -L$(top_builddir)
 
 DEFS = @DEFS@