aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
committerGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
commiteb7309c8820d2a29f22ff603766d44b8dd28899c (patch)
treee43e69c8dab460db8434ceee7c374d977e134093 /src/Makefile.am
parentdocument changes and release (diff)
parentImported Upstream version 0.7.git7cc1d84 (diff)
downloadkrb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.gz
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.bz2
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.zip
Merge commit 'upstream/0.7.git7cc1d84'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d165710..066e582 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,16 +43,6 @@ glade_DATA = \
EXTRA_DIST = \
$(glade_DATA) \
$(autostart_in_files) \
- $(schema_SOURCES) \
krb5-auth-dialog.1.in
-schemadir = $(sysconfdir)/gconf/schemas
-schema_SOURCES = $(PACKAGE).schemas.in
-schema_DATA = $(PACKAGE).schemas
-
DISTCLEANFILES = krb5-auth-dialog.desktop
-CLEANFILES = $(schema_DATA)
-
-%.schemas: $(srcdir)/%.schemas.in
- sed -e "s,::PACKAGE::,$(PACKAGE)," -e "s,::MINIMUM_LIFETIME::,$(minimum_lifetime)," < $< > $@
-
bgstack15