fix emotion-config
authorraster <raster>
Mon, 5 Jul 2004 02:18:11 +0000 (02:18 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Jul 2004 02:18:11 +0000 (02:18 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@10692 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

emotion-config.in

index ea07ef6..d250476 100644 (file)
@@ -46,7 +46,7 @@ while test $# -gt 0; do
       ;;
     --libs)
       libdirs=-L@libdir@
-      echo $libdirs -lemotion @my_libs@ -ldl
+      echo $libdirs -lemotion @my_libs@ @dlopen_libs@
       ;;
     *)
       echo "${usage}" 1>&2