plug-ins: add all metadata sources to SOURCES

This commit is contained in:
Michael Natterer 2017-07-08 09:47:35 +02:00
parent a5fe6b8372
commit 5ff921853a
1 changed files with 8 additions and 3 deletions

View File

@ -29,12 +29,17 @@ libexec_PROGRAMS = \
metadata-viewer
metadata_editor_SOURCES = \
metadata-impexp.c \
metadata-editor.c \
metadata-editor.h \
metadata-impexp.c \
metadata-impexp.h \
metadata-misc.h \
metadata-tags.h \
metadata-xml.c \
metadata-editor.c
metadata-xml.h
metadata_viewer_SOURCES = \
metadata-viewer.c
metadata-viewer.c
AM_CPPFLAGS = \
-I$(top_srcdir) \