diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-08-01 14:12:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-01 14:15:50 +0200 |
commit | 05371289ee615d3bd40167d1cf48a9f9863bcdb0 (patch) | |
tree | 1742fcd7a498917316328b7341b715cf191997e2 | |
parent | f443af0852136cf6db2833a5c338effa518c6664 (diff) | |
download | krecipes-05371289ee615d3bd40167d1cf48a9f9863bcdb0.tar.gz krecipes-05371289ee615d3bd40167d1cf48a9f9863bcdb0.zip |
Update autotools for new DSO linkage style
-rw-r--r-- | krecipes/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krecipes/src/Makefile.am b/krecipes/src/Makefile.am index 3d4302d..d8b66a2 100644 --- a/krecipes/src/Makefile.am +++ b/krecipes/src/Makefile.am @@ -31,7 +31,7 @@ krecipes_LDADD = \ backends/libkrecipesdbs.la exporters/libkrecipesexporters.la \ importers/libkrecipesimporters.la widgets/libkrecipeswidgets.la dialogs/libkrecipesdialogs.la \ widgets/libkrecipeswidgets.la datablocks/libdatablocks.la \ - $(qsqlite_libadds) $(mysql_libadds) $(psql_libadds) $(LIB_TDEHTML) $(LIB_KSPELL) + $(qsqlite_libadds) $(mysql_libadds) $(psql_libadds) $(LIB_TDEHTML) $(LIB_KSPELL) $(LIB_KPARTS) -ltdefx # which sources should be compiled for krecipes krecipes_SOURCES = \ |