I'll get it right one day

svn path=/trunk/kdebase/konsole/; revision=73340
wilder-portage
David Faure 26 years ago
parent a757ec9a61
commit 4282e58d5c
  1. 5
      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 \

Loading…
Cancel
Save