Home | History | Annotate | Download | only in canon
      1 # -*- Makefile -*-
      2 noinst_LTLIBRARIES += libmnote-canon.la
      3 libmnote_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
      7 libmnote_canon_la_LIBADD = $(LTLIBINTL)
      8