Author: jmagne
Update of /cvs/dirsec/esc/src In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15693
Modified Files: Makefile Log Message: Build "eginstall" on Windows.
Index: Makefile =================================================================== RCS file: /cvs/dirsec/esc/src/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 27 Sep 2006 17:50:24 -0000 1.3 +++ Makefile 25 Jul 2007 20:16:01 -0000 1.4 @@ -23,11 +23,11 @@
ifeq ($(OS_ARCH), WINNT) -DIRS += xulrunner app/xpcom/tray app/xpcom win32 +DIRS += xulrunner app/eginstall app/xpcom/tray app/xpcom endif
ifeq ($(OS_ARCH), Darwin) -DIRS += xulrunner app/xpcom/tray app/xpcom mac +DIRS += xulrunner app/xpcom/tray app/xpcom endif
ifeq ($(OS_ARCH), Linux)
389-commits@lists.fedoraproject.org