[gnome-control-center] lib: Disallow external panels from existing
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] lib: Disallow external panels from existing
- Date: Fri, 15 Jul 2011 10:05:13 +0000 (UTC)
commit 606b6fd88d52268b4e7720e18035fe947df030cb
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jul 15 10:44:43 2011 +0100
lib: Disallow external panels from existing
Seeing as people were putting all kind of junk in it,
instead of being sensible, let's close the doors on
external panels.
If you work-around this in any way, you better have a
very good reason to, such as wanting to deny yourself
any support from the upstream gnome-control-center developers,
or wanting ridicule for your poor judgement in UI and code design.
configure.ac | 1 -
libgnome-control-center/Makefile.am | 14 --------------
.../libgnome-control-center.pc.in | 12 ------------
3 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 78cd53d..81f110c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -302,7 +302,6 @@ AC_CONFIG_FILES([
Makefile
help/Makefile
libgnome-control-center/Makefile
-libgnome-control-center/libgnome-control-center.pc
panels/Makefile
panels/common/Makefile
panels/background/Makefile
diff --git a/libgnome-control-center/Makefile.am b/libgnome-control-center/Makefile.am
index 6973288..eff6734 100644
--- a/libgnome-control-center/Makefile.am
+++ b/libgnome-control-center/Makefile.am
@@ -11,11 +11,6 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES = libgnome-control-center.la
-libgnome_control_center_include_HEADERS = \
- cc-panel.h \
- cc-shell.h \
- $(NULL)
-
libgnome_control_center_la_SOURCES = \
cc-panel.c \
cc-panel.h \
@@ -36,13 +31,4 @@ libgnome_control_center_la_LIBADD = \
libgnome_control_center_la_LIBTOOLFLAGS = --tag=disable-static
-libgnome_control_center_includedir = $(includedir)/gnome-control-center-1/libgnome-control-center
-
-pkgconfigdir=$(libdir)/pkgconfig
-pkgconfig_DATA=libgnome-control-center.pc
-
-EXTRA_DIST = \
- libgnome-control-center.pc.in \
- $(NULL)
-
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]