aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-22 01:00:24 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-22 01:00:24 +0200
commitffc354a0fd1c497b50176b63a6da6cbf6be90534 (patch)
treec9e55138a17d7fc01535131960cadda091befaef /Makefile
parentdoc (diff)
downloadlibgamma-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56d22bf..ae8db5f 100644
--- a/Makefile
+++ b/Makefile
@@ -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`.