From 4ee2559eaaf2a94ac26c265517e9604a72729360 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Dec 2011 13:11:15 +0100 Subject: moved from Mate-Extra --- sound-theme/Makefile.am | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 sound-theme/Makefile.am (limited to 'sound-theme/Makefile.am') diff --git a/sound-theme/Makefile.am b/sound-theme/Makefile.am new file mode 100644 index 0000000..7a9cd4b --- /dev/null +++ b/sound-theme/Makefile.am @@ -0,0 +1,38 @@ +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) + +EXTRA_DIST = gvc-sound-theme-editor.c gvc-sound-theme-editor.h + +CLEANFILES = \ + $(BUILT_SOURCES) \ + $(NULL) + +MAINTAINERCLEANFILES = \ + *~ \ + Makefile.in + +-include $(top_srcdir)/git.mk -- cgit v1.2.1