diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-09-13 20:37:57 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2014-09-13 20:37:57 +0200 |
| commit | dc32c58499caa8b1ec4e975afad75ca0d862e990 (patch) | |
| tree | 91322afabcb457406ab512d20163f0dd73ce2c5a /src/Makefile.am | |
| parent | 302127b03d44277c829642468561ac9e518b7a21 (diff) | |
| download | cataract-dc32c58499caa8b1ec4e975afad75ca0d862e990.tar.xz | |
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.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
