aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-09-26 22:21:04 +0200
committerGuido Günther <agx@sigxcpu.org>2011-09-26 22:21:04 +0200
commitaeda5d1ae9171f5059d44065796984f390832c6a (patch)
treeadb5fbda13da5ce1d6175468cb9f847c570a123c /Makefile.in
parentDocument changes and release 3.0.1-1 (diff)
parentNew upstream version 3.2.0 (diff)
downloadkrb5-auth-dialog-aeda5d1ae9171f5059d44065796984f390832c6a.tar.gz
krb5-auth-dialog-aeda5d1ae9171f5059d44065796984f390832c6a.tar.bz2
krb5-auth-dialog-aeda5d1ae9171f5059d44065796984f390832c6a.zip
Merge commit 'upstream/3.2.0'
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index b15c109..87d8e02 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -126,8 +126,6 @@ CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
COMPILER_FLAGS = @COMPILER_FLAGS@
-CONTROL_CENTER_CFLAGS = @CONTROL_CENTER_CFLAGS@
-CONTROL_CENTER_LIBS = @CONTROL_CENTER_LIBS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
@@ -215,7 +213,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PAM_LIBS = @PAM_LIBS@
-PANELS_DIR = @PANELS_DIR@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
@@ -293,7 +290,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
NULL =
-SUBDIRS = secmem src po etpo icons help examples plugins cc-panel
+SUBDIRS = secmem src po etpo icons help examples plugins
EXTRA_DIST = \
krb5-auth-dialog.spec \
MAINTAINERS \
bgstack15