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.
23 lines
789 B
23 lines
789 B
15 years ago
|
SUBDIRS = . pics
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
INCLUDES = -I$(kde_includes)/kio $(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
|