diff options
author | Dennis Real <github@tildepipe.org> | 2012-02-28 22:34:51 +0100 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2012-02-28 22:34:51 +0100 |
commit | 46801fee8de26f4e0af2ed294c3a4f7fc1c45ca3 (patch) | |
tree | 8d2b4b59eb9ef836578594c7885d63f244c5655e /config.mk | |
parent | 7e0e15e1f801f9a25b96435b7e0ab2dffc1bc149 (diff) |
test file with some exif data added
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ curl ?= 1 debug ?= 0 help ?= 0 xinerama ?= 1 -exif ?= 0 +exif ?= 1 ifeq (${curl},1) CFLAGS += -DHAVE_LIBCURL |