Changeset 1647
- Timestamp:
- 02/16/07 16:39:55
- Files:
-
- trunk/Makefile.am (modified) (1 diff)
- trunk/autogen.sh (modified) (1 diff)
- trunk/configure.ac (modified) (2 diffs)
- trunk/tests/Makefile.am (modified) (1 diff)
- trunk/tests/tinymail (moved) (moved from trunk/tinymail)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.am
r1131 r1647 17 17 18 18 SUBDIRS += libtinymail-camel $(PLATFORMDIR) 19 20 if BUILD_DEMOUI21 SUBDIRS += tinymail22 endif23 19 24 20 SUBDIRS += tests bindings po trunk/autogen.sh
r1222 r1647 10 10 11 11 (test -f $srcdir/configure.ac \ 12 && test -f $srcdir/t inymail/tny-main.c) || {12 && test -f $srcdir/tests/tinymail/tny-main.c) || { 13 13 echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" 14 14 echo " top-level $PKG_NAME directory" trunk/configure.ac
r1577 r1647 16 16 m4_pattern_allow([^AC_TNY_]) 17 17 18 AC_CONFIG_SRCDIR( tinymail/tny-main.c)18 AC_CONFIG_SRCDIR(libtinymail/tny-folder.c) 19 19 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) 20 20 AC_CONFIG_MACRO_DIR([m4]) … … 396 396 libtinymail-gpe/libtinymail-gpe.pc 397 397 libtinymail-test/Makefile 398 tinymail/Makefile399 398 tests/Makefile 399 tests/tinymail/Makefile 400 400 tests/shared/Makefile 401 401 tests/python-demo/Makefile trunk/tests/Makefile.am
r751 r1647 1 1 SUBDIRS = python-demo 2 3 if BUILD_DEMOUI 4 SUBDIRS += tinymail 5 endif 2 6 3 7 #### Funny OR simulation :)
