# -*- Makefile -*-
# Copyright (c) 2018 zhanwang-sky <zhanwang_sky@163.com>
# SPDX-License-Identifier: LGPL-2.0-or-later
noinst_LTLIBRARIES += libmnote-apple.la
libmnote_apple_la_SOURCES = \
    apple/mnote-apple-entry.c apple/mnote-apple-entry.h \
    apple/exif-mnote-data-apple.c apple/exif-mnote-data-apple.h \
    apple/mnote-apple-tag.c apple/mnote-apple-tag.h
libmnote_apple_la_LIBADD = $(LTLIBINTL)
