mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fix the automake build.
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@702323 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
239d3c9a58
commit
989be39e2c
@ -1,6 +1,7 @@
|
||||
SUBDIRS = toolkit mpeg ogg flac ape mpc
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/mpeg \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
|
@ -1,4 +1,6 @@
|
||||
INCLUDES = $(all_includes)
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib \
|
||||
$(all_includes)
|
||||
|
||||
noinst_LTLIBRARIES = libtoolkit.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user