diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/util/makefile.pmk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk index 6038214f9d09..05c6ef30bbcb 100644 --- a/odk/util/makefile.pmk +++ b/odk/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.42 $ +# $Revision: 1.43 $ # -# last change: $Author: rt $ $Date: 2004-08-23 13:18:44 $ +# last change: $Author: rt $ $Date: 2005-01-31 17:23:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -207,6 +207,7 @@ INCLUDETOPDIRLIST= \ $(INCOUT)$/cppu \ $(INCOUT)$/cppuhelper \ $(INCOUT)$/bridges \ + $(INCOUT)$/registry \ $(INCOUT)$/stl .IF "$(GUI)"=="WNT" |