- 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
wilder
Simon Hausmann 24 years ago committed by Aleix Pol
parent 15fc514157
commit dd6fa94de6
  1. 2
      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

Loading…
Cancel
Save