summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-21 23:45:26 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-21 23:45:26 +0000
commitee8bf83b8add97ac50b73ec1a0e494a884b8937c (patch)
tree2fa2143a447bd9b8caa769413c506ad21e647498 /acinclude.m4
parent72217a2993a6ef3d252e0f3fdafa78bb1726b705 (diff)
Ensure dependency when using eglib
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 224c01fd..e7aa030d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -272,7 +272,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(EXPAT, false)
else
AC_SUBST([GLIB_CFLAGS], ['-I$(top_srcdir)/eglib'])
- AC_SUBST([GLIB_LIBS], ['-L$(top_builddir)/eglib -leglib'])
+ AC_SUBST([GLIB_LIBS], ['$(top_builddir)/eglib/libeglib.la'])
AM_CONDITIONAL(GLIB, false)
AM_CONDITIONAL(EXPAT, test "${expat_enable}" = "yes" && test "${expat_found}" = "yes")
fi