1 ## Makefile.am for kdict
3 KDE_CXXFLAGS = $(USE_THREADS)
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
25 $(XGETTEXT) *.cpp *.h -o $(podir)/kdict.pot
29 # this is where the kdelnk file will go
30 xdg_apps_DATA = kdict.desktop
32 rcdir = $(kde_datadir)/kdict