summaryrefslogtreecommitdiff
path: root/sound-theme/Makefile.am
blob: 7cba44376ca4b5e96afcda9eb7365503a3908c08 (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
NULL =

SUBDIRS = sounds

noinst_LTLIBRARIES = libsoundtheme.la

AM_CPPFLAGS =						\
        $(WARN_CFLAGS)					\
        $(DISABLE_DEPRECATED)				\
        $(SOUND_THEME_CFLAGS)				\
        -DSOUND_DATA_DIR="\"$(datadir)/sounds\""	\
        -DSOUND_SET_DIR="\"$(pkgdatadir)/sounds\""	\
        $(NULL)

libsoundtheme_la_SOURCES = \
	gvc-sound-theme-chooser.h		\
	gvc-sound-theme-chooser.c		\
	sound-theme-file-utils.h		\
	sound-theme-file-utils.c		\
	$(NULL)

libsoundtheme_la_LIBADD = $(SOUND_THEME_LIBS)
libsoundtheme_la_LDFLAGS = -no-undefined

BUILT_SOURCES =				\
	$(NULL)

CLEANFILES =				\
	$(BUILT_SOURCES)		\
	$(NULL)

MAINTAINERCLEANFILES =                  \
        *~                              \
        Makefile.in

-include $(top_srcdir)/git.mk