You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/knewsticker/Makefile.am

35 lines
1.1 KiB

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_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
knewsticker_panelapplet_la_LIBADD = common/libknewstickercommon.la \
$(LIB_TDEIO) $(LIB_TDEUI)
appdatadir = $(kde_datadir)/knewsticker
appdata_DATA = eventsrc
updatedir = $(kde_datadir)/tdeconf_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