From kfm-devel Wed Jul 23 15:38:07 1997 From: Stephan Kulow Date: Wed, 23 Jul 1997 15:38:07 +0000 To: kfm-devel Subject: bugfix for libkfm in 0.8.1b X-MARC-Message: https://marc.info/?l=kfm-devel&m=88721887600272 Hi guys! If someone tried kfm-0.8.1b, here is a little bugfix for the libkfm in it. I've forgot to add debug.cpp to libkfm. This will not harm the compile process of kfm itself, but for all the apps, that are using libkfm. Here it is: --- kfm/libkfm/Makefile.in.orig Wed Jul 23 15:37:15 1997 +++ kfm/libkfm/Makefile.in Wed Jul 23 15:36:36 1997 @@ -16,7 +16,7 @@ SRCS = kfm.cpp kfmclient_ipc.cpp kfmclient_ipc2.cpp ipc.cpp SRCMETA = kfm.moc kfmclient_ipc.moc HDRS = kfm.h kfmclient_ipc.h ipc.h -OBJS = kfm.o kfmclient_ipc.o kfmclient_ipc2.o ipc.o +OBJS = kfm.o kfmclient_ipc.o kfmclient_ipc2.o ipc.o debug.o LIB = libkfm.a @@ -39,6 +39,9 @@ depend: $(SRCS) @makedepend $(INCFLAGS) $(SRCS) 2> /dev/null + +debug.o: ../debug.cpp ../config-kfm.h + $(CXX) $(CXXFLAGS) -I.. -c $< ########## Meta objects ########## Greets, Stephan -- Stephan Kulow (coolo@kde.org) Student der Informatik (NF: MedizinInformatik) Medizinische Uni zu Luebeck