diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 14:09:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 14:09:33 +0200 |
commit | f41aefb19af7579ec326c180106ae2904a917d4c (patch) | |
tree | 3e9ad5b8469ba71265c4871e46720a7c131cc203 /Makefile | |
parent | test _f setters (diff) | |
download | libgamma-f41aefb19af7579ec326c180106ae2904a917d4c.tar.gz libgamma-f41aefb19af7579ec326c180106ae2904a917d4c.tar.bz2 libgamma-f41aefb19af7579ec326c180106ae2904a917d4c.tar.xz |
move out test mapping functions from test.c into ramps.c
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
@@ -73,7 +73,7 @@ HEADERS_INFO = libgamma-error libgamma-facade libgamma-method HEADERS = libgamma libgamma-config $(HEADERS_INFO) # Object files for the test. -TESTOBJ = test methods errors crtcinfo user +TESTOBJ = test methods errors crtcinfo user ramps # The version of the library. LIB_MAJOR = 0 |