diff options
Diffstat (limited to 'src/metadata/mp4/Makefile.am')
-rw-r--r-- | src/metadata/mp4/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/metadata/mp4/Makefile.am b/src/metadata/mp4/Makefile.am deleted file mode 100644 index e0779c6..0000000 --- a/src/metadata/mp4/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -SUBDIRS = - -INCLUDES = $(all_includes) $(MP4V2_INCLUDES) $(taglib_includes) -METASOURCES = AUTO -libtagmp4_la_LDFLAGS = $(all_libraries) $(MP4V2_LIBS) -noinst_LTLIBRARIES = libtagmp4.la - -libtagmp4_la_SOURCES = \ - mp4properties.cpp \ - mp4tag.cpp \ - mp4file.cpp \ - taglib_mp4filetyperesolver.cpp - -noinst_HEADERS = \ - mp4properties.h \ - mp4tag.h \ - mp4file.h \ - taglib_mp4filetyperesolver.h |