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.
16 lines
390 B
16 lines
390 B
kde_module_LTLIBRARIES = ksim_disk.la
|
|
ksim_disk_la_SOURCES = ksimdisk.cpp
|
|
|
|
ksim_disk_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
ksim_disk_la_LIBADD = $(LIB_DEVSTAT) ../../library/libksimcore.la
|
|
|
|
EXTRA_DIST = disk.desktop
|
|
|
|
INCLUDES= -I$(top_srcdir)/ksim/library \
|
|
$(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
mon_DATA = disk.desktop
|
|
mondir = $(kde_datadir)/ksim/monitors
|