diff options
Diffstat (limited to 'src/GNUmakefile')
| -rw-r--r-- | src/GNUmakefile | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/GNUmakefile b/src/GNUmakefile index e0ff4ae..88fc7a0 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -18,7 +18,7 @@  #  #  -------------------------------------------------------------------------  # -#  $Id: GNUmakefile,v 1.10 2005-04-15 23:56:34 ianc Exp $ +#  $Id: GNUmakefile,v 1.11 2005-04-17 00:34:01 ianc Exp $  # @@ -67,7 +67,8 @@ SOURCES	=	autocheck.cpp		\  		window.cpp		\  		combobox.cpp		\  		datax.cpp		\ -		radiobutton.cpp +		radiobutton.cpp		\ +		registry.cpp  HEADERS	=	w32dlib/*.h | 
