Enlightenment CVS committal Author : lok Project : e17 Module : proto
Dir : e17/proto/emphasis Modified Files: configure.in Log Message: I hate auto-foo =================================================================== RCS file: /cvs/e/e17/proto/emphasis/configure.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- configure.in 20 Aug 2006 22:48:49 -0000 1.7 +++ configure.in 21 Aug 2006 14:58:50 -0000 1.8 @@ -124,6 +124,11 @@ AC_MSG_ERROR([libmpd not found.]) ] ) +if test `pkg-config --modversion libmpd` = "0.12.4"; then + libmpd_v_cflags="-DLIBMPD_0_12_4" +else + libmpd_v_cflags="-DLIBMPD_0_12_0" +fi PKG_CHECK_MODULES(XML2, libxml-2.0) AC_CHECK_LIB(pthread, pthread_create) @@ -145,7 +150,7 @@ libxml2_cflags=`xml2-config --cflags` # add your required libs / include here -my_includes="$ecore_cflags $etk_cflags $enhance_cflags $libmpd_cflags $libxml2_cflags -DHAVE_STRNDUP" +my_includes="$ecore_cflags $etk_cflags $enhance_cflags $libmpd_cflags $libxml2_cflags -DHAVE_STRNDUP $libmpd_v_cflags" my_libs="$ecore_libs $etk_libs $enhance_libs $libmpd_libs $libxml2_libs -lpthread" AC_SUBST(my_includes) AC_SUBST(my_libs) @@ -157,6 +162,10 @@ data/Makefile data/eap/Makefile data/images/Makefile +data/widgets/Makefile +data/widgets/media_tab_button/Makefile +data/widgets/media_tab_button/images/Makefile +data/widgets/media_tab_button/macros/Makefile debian/changelog ],[ touch emphasis_docs.tar.gz ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs