2006-09-06 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 6 Sep 2006 12:29:17 +0000 (12:29 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 6 Sep 2006 12:29:17 +0000 (12:29 +0000)
* Makefile.am:
* configure.ac: Removing the unit tests (ut/outo) from the build
system. They're introducing an additionall dependency and need to be
fixed/arranged differently anyways.

ChangeLog
Makefile.am
configure.ac

index bc2e0e5..8f6152c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       * Makefile.am:
+       * configure.ac: Removing the unit tests (ut/outo) from the build
+       system. They're introducing an additionall dependency and need to be
+       fixed/arranged differently anyways. 
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * hildon-widgets/hildon-app.h:
        * hildon-widgets/hildon-defines.h: Applying Johan's new key mapping
        patch back again. WARNING: This breaks compatibility with IT-2006.
index 57d4a91..d64987e 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = hildon-widgets hildon-widgets-plugins timer doc ut po
+SUBDIRS = hildon-widgets hildon-widgets-plugins timer doc po
 EXTRA_DIST = \
        debian/changelog \
        debian/control \
index 5d24bf9..11e863f 100644 (file)
@@ -56,10 +56,11 @@ AC_CHECK_PROG(DOXYGEN_FOUND, doxygen, yes, no)
 AM_CONDITIONAL(HAVE_DOXYGEN, [test "$DOXYGEN_FOUND" = "yes"])
 
 localedir=${datadir}/locale
-outomoduledir=${libdir}/outo
+#outomoduledir=${libdir}/outo
 
 AC_SUBST(localedir)
-AC_SUBST(outomoduledir)
+
+#AC_SUBST(outomoduledir)
 
 
 # Disable rebuild of glib-mkenum -generated source code:
@@ -82,7 +83,6 @@ AC_OUTPUT(Makefile \
        hildon-widgets/Makefile \
        hildon-widgets-plugins/Makefile \
        timer/Makefile \
-       ut/Makefile \
        po/Makefile \
        po/porules.mk \
        doc/Makefile \