diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-04 21:18:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-04 21:18:29 +0200 |
commit | c626d574d4974ef3e532b54b27c76dac337425c7 (patch) | |
tree | f14c749bbcbe7c48df4c6977dc55e1da5f8c9a7b /Makefile | |
parent | split out and doc adjustment method functions from test.c (diff) | |
download | libgamma-c626d574d4974ef3e532b54b27c76dac337425c7.tar.gz libgamma-c626d574d4974ef3e532b54b27c76dac337425c7.tar.bz2 libgamma-c626d574d4974ef3e532b54b27c76dac337425c7.tar.xz |
split out and doc error api test
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
@@ -63,7 +63,7 @@ HEADERS_INFO = libgamma-error libgamma-facade libgamma-method HEADERS = libgamma libgamma-config $(HEADERS_INFO) # Object files for the test. -TESTOBJ = test methods +TESTOBJ = test methods errors # The version of the library. LIB_MAJOR = 0 |