From 6d9f124d7c48735bcdf5ac0eeb10557aaebc8370 Mon Sep 17 00:00:00 2001 From: Lauri Watts Date: Sun, 27 Jun 2004 16:27:13 +0000 Subject: [PATCH] Build fix from Michael Nottebrock svn path=/trunk/kdeedu/libkdeedu/; revision=324069 --- extdate/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extdate/Makefile.am b/extdate/Makefile.am index fbf4148..78e5676 100644 --- a/extdate/Makefile.am +++ b/extdate/Makefile.am @@ -12,9 +12,13 @@ libextdate_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(LIB_KDEUI) test_extdate_SOURCES = test_extdate.cc test_extdate_LDADD = libextdate.la +test_extdate_LDFLAGS = $(all_libraries) $(KDE_RPATH) test_extdatepicker_SOURCES = testwidget.cpp main.cpp test_extdatepicker_LDADD = libextdate.la +test_extdatepicker_LDFLAGS = $(all_libraries) $(KDE_RPATH) + +AM_CPPFLAGS = $(all_includes) METASOURCES = AUTO -- 2.47.3