diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:28:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:28:18 -0600 |
commit | 7021f40c13f949b7cb5ded32d0241d648a43bf6c (patch) | |
tree | aa1a5e4de2963edc6638783246b2ff25e98833aa /kdm/Makefile.am | |
parent | 0a2a54a02254ded760afd5b9c965c6bb71459d46 (diff) | |
download | tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.tar.gz tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'kdm/Makefile.am')
-rw-r--r-- | kdm/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdm/Makefile.am b/kdm/Makefile.am index 106e47862..0f038d4a7 100644 --- a/kdm/Makefile.am +++ b/kdm/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = . backend kfrontend -PAM = @KDM_PAM_SERVICE@ +PAM = @TDM_PAM_SERVICE@ noinst_DATA=config.ci -kdmdocdir = $(datadir)/doc/kdm -kdmdoc_DATA = README +tdmdocdir = $(datadir)/doc/tdm +tdmdoc_DATA = README install-data-local: -@test -n "$(DESTDIR)" || test -z "$(PAM)" || { $(top_srcdir)/mkpamserv $(PAM) && $(top_srcdir)/mkpamserv -P $(PAM)-np; } @@ -15,6 +15,6 @@ config.ci: $(srcdir)/config.def $(srcdir)/confproc.pl CLEANFILES = config.ci -### this is *only* for the kdm home page maintainer! ### +### this is *only* for the tdm home page maintainer! ### hp: - scp README ChangeLog TODO devel-home:files/kdm + scp README ChangeLog TODO devel-home:files/tdm |