aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/libapetag/Makefile.am
blob: 61b0f9c1717bab7b67b55f8433d716dede199297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CFLAGS = @CFLAGS@ @GTK_CFLAGS@

noinst_LIBRARIES = libapetag.a

INCLUDES = -DLOCALE=\"$(localedir)\"


libapetag_a_SOURCES = \
    apetaglib.c \
    apetaglib.h \
    is_tag.c \
    is_tag.h \
    info_mac.c \
    info_mac.h \
    info_mpc.c \
    info_mpc.h

EXTRA_DIST = \
    COPYING.LGPL \
    README.apetag \
    id3v2_read.c \
    id3v2_read.h