Hi, On 11/28/06, Johnny Jacob <[EMAIL PROTECTED]> wrote:
Patch looks good. Pl attach a changelog.
Sorry forgot about the ChangeLog. Please find the updated patch. This includes the Makefile.am changes as well as the changelog entries. Srinidhi. NOTE: I couldn't find any ChangeLog file inside the src/ directory. So, have added a ChangeLog file. -- ASCII ribbon campaign ( ) B S Srinidhi - against HTML email X http://www.srinidhi-is.in & vCards / \ Bangalore
Index: src/server/ChangeLog =================================================================== --- src/server/ChangeLog (revision 6622) +++ src/server/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2006-11-29 B S Srinidhi <[EMAIL PROTECTED]> + + * Makefile.am: Fixed file names in EXTRA_DIST variable. + 2006-11-27 Sushma Rai <[EMAIL PROTECTED]> * class SimiasServerSetup: Fixed a typo in apache configuration option Index: src/server/Makefile.am =================================================================== --- src/server/Makefile.am (revision 6622) +++ src/server/Makefile.am (working copy) @@ -5,7 +5,7 @@ # handle Mono secondary dependencies export MONO_PATH := $(MONO_PATH):$(DESTDIR)$(libdir) -EXTRA_DIST = Simias.config.in Simias.Server.conf simiasserver.in simiasserver.cmd.in +EXTRA_DIST = Simias.config.in Simias.Server.conf simias-server.in simias-server.cmd.in if MAKE_DOC_FILE DOC_FILE = $(basename $@).doc.xml Index: src/core/Log =================================================================== --- src/core/Log (revision 6622) +++ src/core/Log (working copy) @@ -1,3 +1,8 @@ +2006-11-29 B S Srinidhi <[EMAIL PROTECTED]> + + * Makefile.am: Removed obsoleted SqliteProvider from the EXTRA_DIST + variable. + 2006-11-15 Ramesh Sunder <[EMAIL PROTECTED]> * Storage/PropertyTags.cs: Added properties for Encryption and SSL Index: src/core/Makefile.am =================================================================== --- src/core/Makefile.am (revision 6622) +++ src/core/Makefile.am (working copy) @@ -12,7 +12,7 @@ SUBDIRS = SimiasClient SimiasLib.dll FlaimProvider WebService SyncService POBoxWS SimiasApp libsimias endif -EXTRA_DIST = ifdata simias-snakeoil.keys SqliteProvider +EXTRA_DIST = ifdata simias-snakeoil.keys install-exec-local: $(mkinstalldirs) $(DESTDIR)$(webbindir) Index: src/Makefile.am =================================================================== --- src/Makefile.am (revision 6622) +++ src/Makefile.am (working copy) @@ -1,4 +1,3 @@ -DIST_SUBDIRS = core client server webservices webaccess admin setup if SIMIAS_AS_CLIENT SUBDIRS = core client @@ -6,6 +5,7 @@ SUBDIRS = core server webservices webaccess admin setup utils endif +DIST_SUBDIRS = $(SUBDIRS) EXTRA_DIST =
_______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
