From dc32c58499caa8b1ec4e975afad75ca0d862e990 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 13 Sep 2014 20:37:57 +0200 Subject: Introduce properties table This is a new internal properties storage for attributes that can be defined both in the item and album scope, with the item scope taking priority. The big advantage is a better distinguishment from an undefined, default value. It also makes easier to retrieve attributes with properly defined scope priorities. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0553245..5a4d3b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,6 +33,8 @@ cgg_SOURCES = \ job-manager.c \ jpeg-utils.cpp \ jpeg-utils.h \ + properties-table.c \ + properties-table.h \ replace-table.c \ replace-table.h \ setup.c \ -- cgit v1.2.3