diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-07-17 07:40:36 -0230 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-07-17 07:40:36 -0230 |
commit | eb7309c8820d2a29f22ff603766d44b8dd28899c (patch) | |
tree | e43e69c8dab460db8434ceee7c374d977e134093 /src/Makefile.am | |
parent | document changes and release (diff) | |
parent | Imported Upstream version 0.7.git7cc1d84 (diff) | |
download | krb5-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.am | 10 |
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)," < $< > $@ - |