diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 19:18:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 19:18:42 +0000 |
commit | c44c82c42550decfcd10236a0a69e1577d5dbfc5 (patch) | |
tree | 4e478fd44c1062af90b831869c7d976592ab9751 /kstyles/asteroid/Makefile.am | |
parent | 102d191fa7d143d634d35ca894945688a196361b (diff) | |
download | tdelibs-c44c82c42550decfcd10236a0a69e1577d5dbfc5.tar.gz tdelibs-c44c82c42550decfcd10236a0a69e1577d5dbfc5.zip |
Fix broken portions of the Asteroid widget style
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1244695 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstyles/asteroid/Makefile.am')
-rw-r--r-- | kstyles/asteroid/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/asteroid/Makefile.am b/kstyles/asteroid/Makefile.am index 5ce2bf321..3011909e3 100644 --- a/kstyles/asteroid/Makefile.am +++ b/kstyles/asteroid/Makefile.am @@ -11,7 +11,7 @@ noinst_HEADERS = asteroid.h kde_style_LTLIBRARIES = asteroid.la asteroid_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -asteroid_la_LIBADD = -lkdefx +asteroid_la_LIBADD = -lkdefx -lkutils asteroid_la_SOURCES = asteroid.cpp themercdir = $(kde_datadir)/kstyle/themes |