diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 07:57:07 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 07:57:07 +0000 |
commit | 63f270d62c4541f1379f0f82f5255a34e5037e00 (patch) | |
tree | 4ee1a9bf50b14efef98a15203a1d86ac87779ee2 | |
parent | f196a45d5d7cd2f928a2f8d123c88a3f06f843cb (diff) | |
download | ksquirrel-63f270d62c4541f1379f0f82f5255a34e5037e00.tar.gz ksquirrel-63f270d62c4541f1379f0f82f5255a34e5037e00.zip |
Fix FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksquirrel@1172019 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | ksquirrel/ksquirrelpart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/ksquirrelpart/Makefile.am b/ksquirrel/ksquirrelpart/Makefile.am index 0b6d132..8fa0129 100644 --- a/ksquirrel/ksquirrelpart/Makefile.am +++ b/ksquirrel/ksquirrelpart/Makefile.am @@ -14,7 +14,7 @@ AM_CCASFLAGS = -I$(srcdir) $(KSQUIRREL_ASM_DEFS) libksquirrelpart_la_SOURCES = ksquirrelpart.cpp sq_glparts.cpp sq_glu.cpp sq_glwidget.cpp sq_glwidget_stuff.cpp sq_libraryhandler.cpp sq_downloader.cpp sq_iconloader.cpp fmt_filters.cpp sq_externaltool.cpp sq_config.cpp sq_filedialog.cpp sq_imagefilter.ui sq_imagebcg.ui sq_glselectionpainter.cpp sq_glwidget_helpers.cpp sq_label.cpp sq_bcglabel.cpp sq_popupmenu.cpp sq_codecsettingsskeleton.ui sq_codecsettings.cpp sq_imageproperties.ui sq_utils.cpp sq_helpwidget.ui sq_utils_asm_scale.S sq_utils_scale.cpp sq_diroperator.cpp sq_glview.cpp sq_errorstring.cpp libksquirrelpart_la_LIBADD = $(LIB_KPARTS) -libksquirrelpart_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) $(LIB_KDEFX) $(KDE_PLUGIN) $(ksquirrellibs_LIBS) $(LIB_KDEPRINT) -lqui -lkonq +libksquirrelpart_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) $(LIB_KDEFX) $(KDE_PLUGIN) $(ksquirrellibs_LIBS) $(LIB_KDEPRINT) -lqui -lkonq -lkdefx if SQ_HAVE_KEXIF libksquirrelpart_la_LDFLAGS += $(libkexif_LIBS) |