[sound-juicer] build: Remove C++ files



commit c0293ca208426d87919e3668e9179d5015a5dbe4
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 10 15:52:56 2011 +0100

    build: Remove C++ files
    
    It's been a while we've needed those in sound-juicer actually
    (since we moved to using HAL for disc detection, a few year ago...)

 configure.in          |    2 --
 libjuicer/Makefile.am |    1 -
 libjuicer/dummy.cpp   |   21 ---------------------
 src/Makefile.am       |    7 +++----
 src/dummy.cpp         |   21 ---------------------
 5 files changed, 3 insertions(+), 49 deletions(-)
---
diff --git a/configure.in b/configure.in
index 70406d3..37a85df 100644
--- a/configure.in
+++ b/configure.in
@@ -24,13 +24,11 @@ AM_GLIB_GNU_GETTEXT
 AC_ISC_POSIX
 AM_PROG_CC_C_O
 AC_HEADER_STDC
-AC_PROG_CXX
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 IT_PROG_INTLTOOL([0.40.0], [no-xml])
 
 GNOME_COMPILE_WARNINGS([maximum])
-GNOME_CXX_WARNINGS
 GNOME_DEBUG_CHECK
 GNOME_MAINTAINER_MODE_DEFINES
 
diff --git a/libjuicer/Makefile.am b/libjuicer/Makefile.am
index f134c2b..9844ad6 100644
--- a/libjuicer/Makefile.am
+++ b/libjuicer/Makefile.am
@@ -1,7 +1,6 @@
 noinst_LTLIBRARIES = libjuicer.la
 
 libjuicer_la_SOURCES = \
-	dummy.cpp \
 	$(MARSHALFILES) \
 	sj-structures.h \
 	sj-structures.c \
diff --git a/src/Makefile.am b/src/Makefile.am
index 8ff3baf..716ac6c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,6 @@
 bin_PROGRAMS = sound-juicer
 
 sound_juicer_SOURCES = \
-	dummy.cpp \
 	sound-juicer.h \
 	sj-main.h \
 	sj-main.c \
@@ -43,13 +42,13 @@ sound_juicer_CFLAGS = \
 	$(WARN_CFLAGS) \
 	$(AM_CFLAGS)
 
-sound_juicer_CXXFLAGS = \
+sound_juicer_CFLAGS = \
 	$(GSTREAMER_CFLAGS) \
 	$(MEDIA_PROFILES_CFLAGS) \
 	$(BURN_CFLAGS) \
 	$(UI_CFLAGS) \
-	$(WARN_CXXFLAGS) \
-	$(AM_CXXFLAGS)
+	$(WARN_CFLAGS) \
+	$(AM_CFLAGS)
 
 sound_juicer_LDADD = \
 	$(top_builddir)/libjuicer/libjuicer.la \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]