diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-22 01:00:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-22 01:00:24 +0200 |
commit | ffc354a0fd1c497b50176b63a6da6cbf6be90534 (patch) | |
tree | c9e55138a17d7fc01535131960cadda091befaef /Makefile | |
parent | doc (diff) | |
download | libgamma-ffc354a0fd1c497b50176b63a6da6cbf6be90534.tar.gz libgamma-ffc354a0fd1c497b50176b63a6da6cbf6be90534.tar.bz2 libgamma-ffc354a0fd1c497b50176b63a6da6cbf6be90534.tar.xz |
add initialise, destroy and free for gamma ramps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \ # Object files for the library. -LIBOBJ = libgamma-facade gamma-helper +LIBOBJ = libgamma-facade libgamma-method gamma-helper # Include configurations from `./configure`. |