diff options
author | Darrell Anderson <[email protected]> | 2012-08-18 19:42:57 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-08-18 19:42:57 -0500 |
commit | 3ccea12293eb3d7bd33f19dbe34d19dc36759ef0 (patch) | |
tree | 251ef449852b1c32286c22f0012c8a3453d86a74 /tools/kthesaurus/Makefile.am | |
parent | 0206179720a2f2ed232f364317e8d2d4bfdcb0c6 (diff) | |
download | koffice-3ccea12293eb3d7bd33f19dbe34d19dc36759ef0.tar.gz koffice-3ccea12293eb3d7bd33f19dbe34d19dc36759ef0.zip |
Add missing icons.
Diffstat (limited to 'tools/kthesaurus/Makefile.am')
-rw-r--r-- | tools/kthesaurus/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/kthesaurus/Makefile.am b/tools/kthesaurus/Makefile.am index 00fa6520..4456d835 100644 --- a/tools/kthesaurus/Makefile.am +++ b/tools/kthesaurus/Makefile.am @@ -8,9 +8,11 @@ tdeinit_LTLIBRARIES = kthesaurus.la kthesaurus_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version kthesaurus_la_SOURCES = main.cc kthesaurus_la_LIBADD = $(LIB_KSYCOCA) - + appsdir = $(kde_appsdir)/Office apps_DATA = KThesaurus.desktop messages: $(XGETTEXT) *.cc -o $(podir)/kthesaurus.pot + +KDE_ICON = kthesaurus |