[gthumb] removed unused definitions
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] removed unused definitions
- Date: Wed, 30 Mar 2016 09:28:37 +0000 (UTC)
commit ae5a7a215703ccc3e237868870e8dab337d50c2d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Mar 30 11:25:19 2016 +0200
removed unused definitions
autogen.sh | 3 +--
gthumb/Makefile.am | 7 +------
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 8723731..6c030c1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,6 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-PKG_NAME="gthumb"
REQUIRED_AUTOMAKE_VERSION=1.8
(test -f $srcdir/configure.ac \
@@ -19,4 +18,4 @@ which gnome-autogen.sh || {
exit 1
}
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+. gnome-autogen.sh
diff --git a/gthumb/Makefile.am b/gthumb/Makefile.am
index b6bb120..6c2499b 100644
--- a/gthumb/Makefile.am
+++ b/gthumb/Makefile.am
@@ -331,17 +331,12 @@ gthumb_CFLAGS = \
$(LIBSOUP_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
$(SMCLIENT_CFLAGS) \
- $(LCMS2_CFLAGS) \
- -DGTHUMB_PREFIX=\"$(prefix)\" \
- -DGTHUMB_SYSCONFDIR=\"$(sysconfdir)\" \
- -DGTHUMB_LIBDIR=\"$(libdir)\" \
- -DGTHUMB_PKGDATADIR=\"$(pkgdatadir)\" \
+ $(LCMS2_CFLAGS) \
-DGTHUMB_LOCALEDIR=\"$(localedir)\" \
-DGTHUMB_UI_DIR=\"$(ui_dir)\" \
-DGTHUMB_ICON_DIR=\"$(icon_dir)\" \
-DGTHUMB_EXTENSIONS_UI_DIR=\"$(extensions_ui_dir)\" \
-DGTHUMB_EXTENSIONS_DIR=\"$(extensions_dir)\" \
- -DGTHUMB_APPLICATIONS_DIR=\"$(applications_dir)\" \
$(NULL)
gth-enum-types.h: $(PUBLIC_HEADER_FILES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]