Index: Makefile.am =================================================================== RCS file: /home/kde/kdebase/kcontrol/kcontrol/Makefile.am,v retrieving revision 1.60 diff -u -p -r1.60 Makefile.am --- Makefile.am 2002/09/20 19:49:08 1.60 +++ Makefile.am 2002/10/30 22:39:23 @@ -22,7 +22,7 @@ METASOURCES = AUTO SUBDIRS = . pics -CLEANFILES = dummy.cpp +CLEANFILES = dummy.cpp kinfocenter bin_PROGRAMS = kcontrol kcmshell kcminit lib_LTLIBRARIES = kcontrol.la kcmshell.la kcminit.la @@ -67,11 +67,12 @@ rcinfo_DATA = kinfocenterui.rc data_DATA = KControl.desktop datadir = $(kde_appsdir)/Settingsmenu -install-data-local: KControl_NoDisplay.desktop +$(DESTDIR)$(kde_bindir)/kinfocenter: + $(LN_S) kcontrol $(DESTDIR)$(kde_bindir)/kinfocenter + +install-data-local: KControl_NoDisplay.desktop $(DESTDIR)$(kde_bindir)/kinfocenter $(mkinstalldirs) $(DESTDIR)$(kde_appsdir) $(INSTALL_DATA) $(srcdir)/KControl_NoDisplay.desktop $(DESTDIR)$(kde_appsdir)/KControl.desktop - @-rm $(DESTDIR)$(kde_bindir)/kinfocenter - @$(LN_S) kcontrol $(DESTDIR)$(kde_bindir)/kinfocenter $(INSTALL_DATA) $(srcdir)/kinfocenter.desktop $(DESTDIR)$(kde_appsdir)/System/ KDE_ICON=AUTO