ucx/Makefile

changeset 192
1e51558b9d09
parent 182
998bf7c643b4
child 225
a1a068c2c4ef
     1.1 --- a/ucx/Makefile	Sat Apr 04 19:02:15 2015 +0200
     1.2 +++ b/ucx/Makefile	Sun May 17 17:31:32 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #
     1.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6  #
     1.7 -# Copyright 2014 Olaf Wintermann. All rights reserved.
     1.8 +# Copyright 2015 Olaf Wintermann. All rights reserved.
     1.9  #
    1.10  # Redistribution and use in source and binary forms, with or without
    1.11  # modification, are permitted provided that the following conditions are met:
    1.12 @@ -32,6 +32,7 @@
    1.13  SRC  = utils.c
    1.14  SRC += list.c
    1.15  SRC += map.c
    1.16 +SRC += avl.c
    1.17  SRC += properties.c
    1.18  SRC += mempool.c
    1.19  SRC += string.c

mercurial