diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
commit | 575a16e07f187a60012004aa4f608d09e05da051 (patch) | |
tree | dada07b5978fb52953acd56451b83a65cf552397 /src/piklab-test/generators | |
parent | f3407f081d3f205cf81283bdc3e6408c83d120e7 (diff) | |
download | piklab-575a16e07f187a60012004aa4f608d09e05da051.tar.gz piklab-575a16e07f187a60012004aa4f608d09e05da051.zip |
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/piklab-test/generators')
-rw-r--r-- | src/piklab-test/generators/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/piklab-test/generators/Makefile.am b/src/piklab-test/generators/Makefile.am index 209e3e3..11514a6 100644 --- a/src/piklab-test/generators/Makefile.am +++ b/src/piklab-test/generators/Makefile.am @@ -17,15 +17,15 @@ OBJ = $(top_builddir)/src/piklab-test/base/libtest.la \ gputils_config_generator_check_DEPENDENCIES = $(OBJ) gputils_config_generator_check_LDADD = $(OBJ) $(LIB_KIO) -gputils_config_generator_check_LDFLAGS = $(all_libraries) $(KDE_RPATH) +gputils_config_generator_check_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor gputils_config_generator_check_SOURCES = gputils_config_generator_check.cpp gputils_template_generator_check_DEPENDENCIES = $(OBJ) gputils_template_generator_check_LDADD = $(OBJ) $(LIB_KIO) -gputils_template_generator_check_LDFLAGS = $(all_libraries) $(KDE_RPATH) +gputils_template_generator_check_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor gputils_template_generator_check_SOURCES = gputils_template_generator_check.cpp sdcc_config_generator_check_DEPENDENCIES = $(OBJ) sdcc_config_generator_check_LDADD = $(OBJ) $(LIB_KIO) -sdcc_config_generator_check_LDFLAGS = $(all_libraries) $(KDE_RPATH) +sdcc_config_generator_check_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor sdcc_config_generator_check_SOURCES = sdcc_config_generator_check.cpp |