summaryrefslogtreecommitdiff
path: root/sound-theme/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sound-theme/Makefile.am')
-rw-r--r--sound-theme/Makefile.am36
1 files changed, 0 insertions, 36 deletions
diff --git a/sound-theme/Makefile.am b/sound-theme/Makefile.am
deleted file mode 100644
index 0c00862..0000000
--- a/sound-theme/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-NULL =
-
-SUBDIRS = sounds
-
-noinst_LTLIBRARIES = libsoundtheme.la
-
-AM_CPPFLAGS = \
- $(WARN_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- $(VOLUME_CONTROL_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 = $(VOLUME_CONTROL_LIBS)
-libsoundtheme_la_LDFLAGS = -no-undefined
-
-BUILT_SOURCES = \
- $(NULL)
-
-CLEANFILES = \
- $(BUILT_SOURCES) \
- $(NULL)
-
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in
-
--include $(top_srcdir)/git.mk