diff options
author | Michal Ratajsky <[email protected]> | 2014-11-10 10:22:29 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-10 10:22:29 +0100 |
commit | b70459bd7ab6cbf64892fbaea6a931a80f0cc132 (patch) | |
tree | 488768eb7c736d014f29e08e7191323e2fcfa93a /sound-theme/Makefile.am | |
parent | cf4eac60cdc4d02fdeccb3b85d524eda8a5f320e (diff) | |
parent | 194e26e0be4660dae0987445c0edcfa8349fde51 (diff) | |
download | mate-media-b70459bd7ab6cbf64892fbaea6a931a80f0cc132.tar.bz2 mate-media-b70459bd7ab6cbf64892fbaea6a931a80f0cc132.tar.xz |
Merge branch 'michal-wip'
Diffstat (limited to 'sound-theme/Makefile.am')
-rw-r--r-- | sound-theme/Makefile.am | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sound-theme/Makefile.am b/sound-theme/Makefile.am deleted file mode 100644 index 7cba443..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) \ - $(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 |