diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-23 16:37:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-23 16:38:13 +0200 |
commit | 6d9dec96c2e909c14d15deb4b2367e87011f68ee (patch) | |
tree | 22d88e19c94bb60d46a489e03e329718593d326b /Makefile | |
parent | typo (diff) | |
download | libgamma-6d9dec96c2e909c14d15deb4b2367e87011f68ee.tar.gz libgamma-6d9dec96c2e909c14d15deb4b2367e87011f68ee.tar.bz2 libgamma-6d9dec96c2e909c14d15deb4b2367e87011f68ee.tar.xz |
parse edid
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
@@ -66,7 +66,7 @@ LIBS_LD = LIBS_C = # Object files for the library. -LIBOBJ = libgamma-facade libgamma-method libgamma-error gamma-helper +LIBOBJ = libgamma-facade libgamma-method libgamma-error gamma-helper edid # Include configurations from `./configure`. |