diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 12:06:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 12:06:41 +0200 |
commit | d0499af5e72c0ba00348fb32abc84a9d71e0c63a (patch) | |
tree | b36a1e0de66c85c77382ed32c7ab1ccdbef96068 /Makefile | |
parent | m (diff) | |
download | libgamma-d0499af5e72c0ba00348fb32abc84a9d71e0c63a.tar.gz libgamma-d0499af5e72c0ba00348fb32abc84a9d71e0c63a.tar.bz2 libgamma-d0499af5e72c0ba00348fb32abc84a9d71e0c63a.tar.xz |
split out crtcinfo from test and doc it
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 +TESTOBJ = test methods errors crtcinfo # The version of the library. LIB_MAJOR = 0 |