summaryrefslogtreecommitdiff
path: root/grecord/src/Makefile.am
diff options
context:
space:
mode:
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