Makefile

changeset 158
e5452e27f518
parent 157
160d624271cc
child 160
1f793b71ffff
     1.1 diff -r 160d624271cc -r e5452e27f518 Makefile
     1.2 --- a/Makefile	Thu Apr 10 08:47:30 2003 +0000
     1.3 +++ b/Makefile	Thu Apr 10 09:02:12 2003 +0000
     1.4 @@ -1,6 +1,6 @@
     1.5  # tumble: build a PDF file from image files
     1.6  # Makefile
     1.7 -# $Id: Makefile,v 1.40 2003/04/10 00:47:30 eric Exp $
     1.8 +# $Id: Makefile,v 1.41 2003/04/10 01:02:12 eric Exp $
     1.9  # Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.10  #
    1.11  # This program is free software; you can redistribute it and/or modify
    1.12 @@ -85,6 +85,9 @@
    1.13  AUTO_MISC = parser.output
    1.14  
    1.15  
    1.16 +CFLAGS := $(CFLAGS) -DTUMBLE_VERSION=$(VERSION)
    1.17 +
    1.18 +
    1.19  -include Maketest
    1.20  
    1.21