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.
tdeaddons/konq-plugins/sidebar/delicious/Makefile.am

23 lines
791 B

SUBDIRS = . pics
METASOURCES = AUTO
INCLUDES = -I$(kde_includes)/tdeio $(all_includes)
################################
# these are the headers for your project
noinst_HEADERS = plugin.h mainWidget.h tagListItem.h bookmarkListItem.h
kde_module_LTLIBRARIES = konqsidebar_delicious.la
# the Part's source, library search path, and link libraries
konqsidebar_delicious_la_SOURCES = plugin.cpp widget.ui mainWidget.cpp plugin.skel tagListItem.cpp \
bookmarkListItem.cpp
konqsidebar_delicious_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
konqsidebar_delicious_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) -lkonqsidebarplugin
globaladddir = $(kde_datadir)/konqsidebartng/add
globaladd_DATA = delicious_add.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/konqsidebar_delicious.pot