1# -*- Makefile -*-
2noinst_LTLIBRARIES += libmnote-canon.la
3libmnote_canon_la_SOURCES = \
4	canon/exif-mnote-data-canon.c canon/exif-mnote-data-canon.h \
5	canon/mnote-canon-entry.c canon/mnote-canon-entry.h \
6	canon/mnote-canon-tag.c canon/mnote-canon-tag.h
7libmnote_canon_la_LIBADD = $(LTLIBINTL)
8