diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 12:46:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 12:46:00 +0200 |
commit | 1de096cbd4135d6640c50025d589d045dc95615d (patch) | |
tree | 8ab3b42da269bec357126fd429e77886819691c6 /Makefile | |
parent | m + doc (diff) | |
download | libgamma-1de096cbd4135d6640c50025d589d045dc95615d.tar.gz libgamma-1de096cbd4135d6640c50025d589d045dc95615d.tar.bz2 libgamma-1de096cbd4135d6640c50025d589d045dc95615d.tar.xz |
code separation
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 +TESTOBJ = test methods errors crtcinfo user # The version of the library. LIB_MAJOR = 0 |