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.
19 lines
549 B
19 lines
549 B
SUBDIRS = radialMap |
|
INCLUDES = $(all_includes) -I$(top_srcdir)/src |
|
METASOURCES = AUTO |
|
|
|
#Part |
|
kde_module_LTLIBRARIES = libfilelight.la |
|
libfilelight_la_LIBADD = ./radialMap/libradialmap.la $(LIB_KFILE) $(LIB_KPARTS) $(LIB_TDEUI) $(LIB_QT) |
|
libfilelight_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui -lkio -ltdefx |
|
libfilelight_la_SOURCES = \ |
|
dialog.ui \ |
|
part.cpp \ |
|
scan.cpp \ |
|
progressBox.cpp \ |
|
Config.cpp \ |
|
settingsDialog.cpp \ |
|
fileTree.cpp \ |
|
localLister.cpp \ |
|
remoteLister.cpp \ |
|
summaryWidget.cpp
|
|
|