From 4282e58d5c8a81adddf09dd11a5c17bb285a2db8 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 4 Dec 2000 09:21:30 +0000 Subject: [PATCH] I'll get it right one day svn path=/trunk/kdebase/konsole/; revision=73340 --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c050ef12..cdb8797c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,10 +16,9 @@ INCLUDES = -I$(INCDIR) $(all_includes) # you can add here more. This one gets installed bin_PROGRAMS = konsole konsole_grantpty kwrited #kcmkonsole -lib_LTLIBRARIES = kwrited.la konsole.la -# It's a part, but konsole.la links directly to it, so we can't +lib_LTLIBRARIES = kwrited.la konsole.la libkonsolepart.la +# libkonsolepart is a part, but konsole.la links directly to it, so we can't # install it under kde_module -lib_LTLIBRARIES = libkonsolepart.la libkonsolepart_la_SOURCES = TEPty.C \ schema.C \