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.
11 lines
421 B
11 lines
421 B
INCLUDES = -I$(top_srcdir)/libkonq -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = konq_sidebartree_dirtree.la
|
|
|
|
METASOURCES = AUTO
|
|
konq_sidebartree_dirtree_la_SOURCES = dirtree_module.cpp dirtree_item.cpp
|
|
konq_sidebartree_dirtree_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
konq_sidebartree_dirtree_la_LIBADD = ../../libkonqsidebarplugin.la ../libkonq_sidebar_tree.la
|
|
|
|
|