Now the systrayicon change it's color when a download is in progress. I simply change...
[kdenetwork.git] / kdict / Makefile.am
blob5cb60755d9302ca76d1b276320391e1fb6961ebe
1 ## Makefile.am for kdict
3 KDE_CXXFLAGS = $(USE_THREADS)
5 SUBDIRS = applet pics
7 bin_PROGRAMS =
8 lib_LTLIBRARIES =
9 kdeinit_LTLIBRARIES = kdict.la
11 # set the include path for X, qt and KDE
12 AM_CPPFLAGS         = $(all_includes)
14 kdict_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module $(KDE_PLUGIN)
15 kdict_la_LIBADD  = $(LIB_KFILE) $(LIB_KHTML) $(LIBPTHREAD) $(LIBRESOLV)
16 kdict_la_SOURCES = dcopinterface.skel main.cpp actions.cpp dict.cpp options.cpp \
17                    queryview.cpp toplevel.cpp sets.cpp matchview.cpp application.cpp
19 # these are the headers for your project
20 noinst_HEADERS = actions.h dict.h options.h queryview.h toplevel.h sets.h matchview.h application.h
22 METASOURCES = AUTO
24 messages: rc.cpp
25         $(XGETTEXT) *.cpp *.h -o $(podir)/kdict.pot
27 KDE_ICON = AUTO
29 # this is where the kdelnk file will go
30 xdg_apps_DATA = kdict.desktop
32 rcdir = $(kde_datadir)/kdict
33 rc_DATA = kdictui.rc