From 0df34ec5ddb92ce7e3bcbb4f0eb24e30955ba3a1 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 11 Aug 2002 01:41:45 +0000 Subject: - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x --- plpbackup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plpbackup/Makefile.am') diff --git a/plpbackup/Makefile.am b/plpbackup/Makefile.am index c868bd5..a1a859b 100644 --- a/plpbackup/Makefile.am +++ b/plpbackup/Makefile.am @@ -3,7 +3,7 @@ INCLUDES=-I$(top_srcdir)/lib bin_PROGRAMS = plpbackup -plpbackup_LDADD = $(top_srcdir)/lib/libplp.la $(LIBCCMALLOC_CXX) +plpbackup_LDADD = $(top_srcdir)/lib/libplp.la plpbackup_SOURCES = plpbackup.cc maintainer-clean-local: -- cgit v1.2.3