From dd6fa94de6181fbd444309abb880493f97364151 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 8 Oct 2002 08:41:51 +0000 Subject: - oops, reverting AM_LDFLAGS back to LDFLAGS, as David found out that automake 1.5 doesn't support AM_LDFLAGS :-( Sorry, I thought it's a no-brainer, but apparently it isn't :-( svn path=/trunk/kdebase/kioslave/; revision=182707 --- src/kreadconfig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/kreadconfig/Makefile.am b/src/kreadconfig/Makefile.am index 384f1092..46256830 100644 --- a/src/kreadconfig/Makefile.am +++ b/src/kreadconfig/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -DQT_NO_CAST_ASCII INCLUDES = $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) +LDFLAGS = $(all_libraries) $(KDE_RPATH) LDADD = $(LIB_KDECORE) bin_PROGRAMS = kreadconfig -- cgit v1.2.1