• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- Makefile -*-
2# Copyright (C) 2002-2007 Lutz Mueller <lutz@users.sourceforge.net>, et. al.
3# SPDX-License-Identifier: LGPL-2.0-or-later
4noinst_LTLIBRARIES += libmnote-canon.la
5libmnote_canon_la_SOURCES = \
6	canon/exif-mnote-data-canon.c canon/exif-mnote-data-canon.h \
7	canon/mnote-canon-entry.c canon/mnote-canon-entry.h \
8	canon/mnote-canon-tag.c canon/mnote-canon-tag.h
9libmnote_canon_la_LIBADD = $(LTLIBINTL)
10