From ca9bed5e363d9ef53e14461a55ef4df0edf15c5b Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 14 Feb 2013 21:31:36 +0100 Subject: Get rid of epiphany.pc Also not needed. --- configure.ac | 1 - data/epiphany.pc.in | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 data/epiphany.pc.in diff --git a/configure.ac b/configure.ac index 305aa960a..aa5fb3b55 100644 --- a/configure.ac +++ b/configure.ac @@ -247,7 +247,6 @@ AC_DEFINE([EPIPHANY_COMPILATION],[1],[Compiling epiphany]) AC_CONFIG_FILES([ Makefile data/Makefile -data/epiphany-${EPIPHANY_API_VERSION}.pc:data/epiphany.pc.in data/epiphany.desktop.in data/pages/Makefile doc/Makefile diff --git a/data/epiphany.pc.in b/data/epiphany.pc.in deleted file mode 100644 index 5dedeabe2..000000000 --- a/data/epiphany.pc.in +++ /dev/null @@ -1,16 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/epiphany/@EPIPHANY_MAJOR@ -loaderdir=@libdir@/@PACKAGE@/@EPIPHANY_MAJOR@/loaders -datarootdir=@datarootdir@ -datadir=@datadir@ -icondir=@datadir@/@PACKAGE@/icons -features=@EPIPHANY_FEATURES@ - -Name: Epiphany Browser -Description: GNOME Web Browser -Version: @VERSION@ -Requires: gtk+-3.0, libxml-2.0, webkitgtk-3.0 -Libs: -L${libdir} -Cflags: -I${includedir} -- cgit v1.2.3