Changeset 1647

Show
Ignore:
Timestamp:
02/16/07 16:39:55
Author:
pvanhoof
Message:

Moving the demoui

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.am

    r1131 r1647  
    1717 
    1818SUBDIRS += libtinymail-camel $(PLATFORMDIR)  
    19  
    20 if BUILD_DEMOUI 
    21 SUBDIRS += tinymail  
    22 endif 
    2319 
    2420SUBDIRS += tests bindings po  
  • trunk/autogen.sh

    r1222 r1647  
    1010 
    1111(test -f $srcdir/configure.ac \ 
    12   && test -f $srcdir/tinymail/tny-main.c) || { 
     12  && test -f $srcdir/tests/tinymail/tny-main.c) || { 
    1313    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" 
    1414    echo " top-level $PKG_NAME directory" 
  • trunk/configure.ac

    r1577 r1647  
    1616m4_pattern_allow([^AC_TNY_]) 
    1717 
    18 AC_CONFIG_SRCDIR(tinymail/tny-main.c) 
     18AC_CONFIG_SRCDIR(libtinymail/tny-folder.c) 
    1919AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 
    2020AC_CONFIG_MACRO_DIR([m4]) 
     
    396396libtinymail-gpe/libtinymail-gpe.pc 
    397397libtinymail-test/Makefile 
    398 tinymail/Makefile 
    399398tests/Makefile 
     399tests/tinymail/Makefile 
    400400tests/shared/Makefile 
    401401tests/python-demo/Makefile 
  • trunk/tests/Makefile.am

    r751 r1647  
    11SUBDIRS = python-demo 
     2 
     3if BUILD_DEMOUI 
     4SUBDIRS += tinymail  
     5endif 
    26 
    37#### Funny OR simulation :)