diff options
author | Bert Münnich <ber.t@gmx.com> | 2012-02-15 19:13:44 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2012-02-15 19:13:44 +0100 |
commit | 691c6d7e7e7667696dcf5996316fba6a120f2e7b (patch) | |
tree | 9f15fc97b55a8536d24fce3aad1646a05d686fb2 /Makefile | |
parent | b752d5c594d5aac083cc563e8c7e575baf7b8edc (diff) |
Added own exif tag handling in files exif.[ch]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ LIBS = -lX11 -lImlib2 -lgif PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -SRC = commands.c image.c main.c options.c thumbs.c util.c window.c +SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c OBJ = $(SRC:.c=.o) all: options sxiv |