summaryrefslogtreecommitdiff
path: root/backends/pulse/Makefile.am
blob: 2cc7b5e3db80aefa3b3b66d4b6fd698e0ae9c464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
backenddir = $(libdir)/libmatemixer

backend_LTLIBRARIES = libmatemixer-pulse.la

AM_CPPFLAGS =                                                   \
        -I$(top_srcdir)                                         \
        -DG_LOG_DOMAIN=\"libmatemixer-pulse\"

libmatemixer_pulse_la_CFLAGS =                                  \
        $(GLIB_CFLAGS)                                          \
        $(PULSEAUDIO_CFLAGS)

libmatemixer_pulse_la_SOURCES =                                 \
        pulse.c                                                 \
        pulse.h                                                 \
        pulse-connection.c                                      \
        pulse-connection.h                                      \
        pulse-device.c                                          \
        pulse-device.h                                          \
        pulse-stream.c                                          \
        pulse-stream.h                                          \
        pulse-sink.c                                            \
        pulse-sink.h                                            \
        pulse-sink-input.c                                      \
        pulse-sink-input.h                                      \
        pulse-source.c                                          \
        pulse-source.h                                          \
        pulse-source-output.c                                   \
        pulse-source-output.h

libmatemixer_pulse_la_LIBADD =                                  \
        $(GLIB_LIBS)                                            \
        $(PULSEAUDIO_LIBS)

libmatemixer_pulse_la_LDFLAGS =                                 \
        -avoid-version                                          \
        -export-dynamic                                         \
        -module

-include $(top_srcdir)/git.mk