[file-roller] removed unused definitions



commit 53abed4098f82c09aac10dd09c97a0a45b72dfd8
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Mar 30 10:52:07 2016 +0200

    removed unused definitions

 autogen.sh           |    3 +--
 nautilus/Makefile.am |    1 -
 src/Makefile.am      |    7 -------
 3 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 060505e..8148e58 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,6 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="File Roller"
 REQUIRED_AUTOMAKE_VERSION=1.8
 
 (test -f $srcdir/src/main.c && test -f $srcdir/configure.ac) || {
@@ -18,4 +17,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh
+. gnome-autogen.sh
diff --git a/nautilus/Makefile.am b/nautilus/Makefile.am
index 69900ae..55bb742 100644
--- a/nautilus/Makefile.am
+++ b/nautilus/Makefile.am
@@ -1,5 +1,4 @@
 AM_CPPFLAGS =                                          \
-       -DFR_DATADIR=\"$(datadir)\"                     \
        -DLOCALEDIR=\"$(localedir)\"                    \
        -I$(top_srcdir)                                 \
        -I$(top_builddir)                               \
diff --git a/src/Makefile.am b/src/Makefile.am
index 1bd1d8f..c896326 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,18 +26,11 @@ endif
 AM_CPPFLAGS =                                          \
        -I$(top_srcdir)                                 \
        -I$(top_builddir)                               \
-       -DFR_PREFIX=\"$(prefix)\"                       \
-        -DFR_SYSCONFDIR=\"$(sysconfdir)\"              \
-        -DFR_DATADIR=\"$(datadir)\"                    \
         -DPRIVDATADIR=\"$(privdatadir)\"               \
         -DUI_DIR=\"$(uidir)\"                          \
-        -DFR_LIBDIR=\"$(libdir)\"                      \
         -DPKG_DATA_DIR=\"$(pkgdatadir)\"                \
-       -DPIXMAPSDIR=\""$(datadir)/pixmaps"\"           \
-       -DGLADEDIR=\""$(gladedir)"\"                    \
        -DPRIVEXECDIR=\"$(privexecdir)\"                \
        -DSHDIR=\"$(shdir)\"                            \
-       -DAPPLICATIONS_DIR=\"$(applications_dir)\"      \
        -DLOCALEDIR=\"$(localedir)\"                    \
        $(DISABLE_DEPRECATED)                           \
        $(FR_CFLAGS)                                    \


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