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.
18 lines
975 B
18 lines
975 B
INCLUDES= $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES=konqsidebar_baghirasidebar.la
|
|
include_HEADERS = baghirasidebar.h linkview.h listboxlink.h dndlistbox.h baghirasidebariface.h
|
|
noinst_HEADERS = baghiralinkdrag.h baghirasidebar.h linkview.h listboxlink.h dndlistbox.h baghirasidebariface.h
|
|
|
|
konqsidebar_baghirasidebar_la_SOURCES = baghiralinkdrag.cpp baghirasidebar.cpp linkview.cpp listboxlink.cpp dndlistbox.cpp linkconfig.ui baghirasidebariface.skel
|
|
konqsidebar_baghirasidebar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lkonqsidebarplugin
|
|
konqsidebar_baghirasidebar_la_LIBADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_KFILE)
|
|
|
|
baghirasidebar_entry_DATA = baghirasidebar.desktop
|
|
baghirasidebar_entrydir = $(kde_datadir)/konqsidebartng/entries
|
|
baghirasidebar_add_DATA = baghirasidebar_add.desktop
|
|
baghirasidebar_adddir = $(kde_datadir)/konqsidebartng/add
|
|
poof_DATA = ../imagebase/poof.png
|
|
poofdir = $(kde_datadir)/baghira
|