summaryrefslogtreecommitdiff
path: root/grecord/src/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-05-22 22:50:26 +0200
committerStefano Karapetsas <[email protected]>2012-05-22 22:50:26 +0200
commit817e619a525f15cee29af3bcbba186562116cf9e (patch)
treeef82c9184fb84dbdb691a371c31a0dd61fe12c80 /grecord/src/Makefile.am
parentd74cc264be8af7eee2bb7ed475256812628e045d (diff)
downloadmate-media-817e619a525f15cee29af3bcbba186562116cf9e.tar.bz2
mate-media-817e619a525f15cee29af3bcbba186562116cf9e.tar.xz
mate-sound-recorder removed
Diffstat (limited to 'grecord/src/Makefile.am')
-rw-r--r--grecord/src/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/grecord/src/Makefile.am b/grecord/src/Makefile.am
deleted file mode 100644
index 58800fa..0000000
--- a/grecord/src/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AM_CPPFLAGS = \
- -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
- -I$(top_srcdir) \
- -I$(top_srcdir)/grecord/src/recent-files/ \
- $(GSR_CFLAGS) \
- $(DISABLE_DEPRECATED) \
- -DDATADIR=\""$(datadir)"\" \
- -DGSR_DATADIR=\""$(datadir)/mate-sound-recorder"\" \
- -DGSR_UIDIR=\""$(datadir)/mate-sound-recorder/ui/"\"
-
-bin_PROGRAMS = mate-sound-recorder
-
-mate_sound_recorder_SOURCES = \
- mate-recorder.c \
- gsr-window.c \
- gsr-window.h
-
-uidir = $(datadir)/mate-sound-recorder/ui
-ui_DATA = ui.xml
-
-EXTRA_DIST = $(ui_DATA)
-
-mate_sound_recorder_LDADD = \
- -lm \
- $(GSR_LIBS) -lgstinterfaces-@GST_MAJORMINOR@ \
- $(top_builddir)/profiles/libmate-media-profiles.la
-
--include $(top_srcdir)/git.mk