blob: bcbc977e0f8a05c74b274ad5d1e75be064db6eaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
SUBDIRS = common kntsrcfilepropsdlg knewstickerstub
INCLUDES = -I$(top_srcdir)/knewsticker/common $(all_includes)
kde_module_LTLIBRARIES = knewsticker_panelapplet.la
noinst_HEADERS = newsscroller.h knewsticker.h
METASOURCES = AUTO
knewsticker_panelapplet_la_SOURCES = newsscroller.cpp \
knewsticker.cpp knewsticker.skel \
knewstickerconfig.cpp knewstickerconfigwidget.ui \
newssourcedlgimpl.cpp newssourcedlg.ui
knewsticker_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
knewsticker_panelapplet_la_LIBADD = common/libknewstickercommon.la \
$(LIB_KIO) $(LIB_TDEUI)
appdatadir = $(kde_datadir)/knewsticker
appdata_DATA = eventsrc
updatedir = $(kde_datadir)/kconf_update
update_DATA = knewsticker.upd
update_SCRIPTS = knt-0.1-0.2.pl
lnkdir = $(kde_datadir)/kicker/applets
lnk_DATA = knewsticker.desktop
xdg_apps_DATA = knewsticker-standalone.desktop
KDE_ICON = AUTO
messages: rc.cpp
$(EXTRACTRC) *.ui */*.ui >> rc.cpp
$(XGETTEXT) *.cpp *.h */*.cpp */*.h -o $(podir)/knewsticker.pot
|