From 9d4e8d8c409b078fed576f87b1d14309eeb1fa8a Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Thu, 17 Jul 2008 07:40:31 -0230 Subject: Imported Upstream version 0.7.git7cc1d84 --- src/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/Makefile.am') 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)," < $< > $@ - -- cgit