vaccinewars

be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars # fast
git clone https://src.adamsgaard.dk/vaccinewars.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit b3b31aa753dea7d5beb7d3369af2a4fd57ec730b
parent 5df905e8ef3931c4f1c3e66b6c1d5ce333617f2b
Author: Ben Webb <ben@salilab.org>
Date:   Wed, 31 Jul 2002 16:32:21 +0000

Add new gtkenums.h file.


Diffstat:
Msrc/gtkport/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gtkport/Makefile.am b/src/gtkport/Makefile.am @@ -1,4 +1,4 @@ noinst_LIBRARIES = libgtkport.a -libgtkport_a_SOURCES = gtkport.c gtkport.h clist.c clist.h +libgtkport_a_SOURCES = gtkport.c gtkport.h clist.c clist.h gtkenums.h INCLUDES = -I../../intl -I${srcdir} -I${srcdir}/.. -I../.. @GTK_CFLAGS@ DEFS = @DEFS@