SUBDIRS patch



I tried to compile the unit tests, but make never entered that
directory. After applying the attached patch, it works.

Cheers,
Øystein Gisnås
Index: Makefile.am
===================================================================
--- Makefile.am	(revisjon 277)
+++ Makefile.am	(arbeidskopi)
@@ -1,7 +1,7 @@
-SUBDIRS = libtinymail libtinymailui libtinymail-gnomevfs libtinymailui-gtk $(PLATFORMDIR) libtinymail-camel tinymail docs
 if BUILD_UNITTESTS
-SUBDIRS .= libtinymail-test 
+UNITTESTDIR = libtinymail-test 
 endif
 if BUILD_PYTINYMAIL
-SUBDIRS .= tinymail-python
+PYTINYMAILDIR = tinymail-python
 endif
+SUBDIRS = libtinymail libtinymailui libtinymail-gnomevfs libtinymailui-gtk $(PLATFORMDIR) libtinymail-camel tinymail docs $(UNITTESTDIR) $(PYTINYMAILDIR)

Attachment: signature.asc
Description: Dette er en digitalt signert meldingsdel



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]