blob: 5b68996586f8b67d53c97aa3d559d3d8f69df02f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
kde_module_LTLIBRARIES = ksim_net.la
ksim_net_la_SOURCES = ksimnet.cpp netdialog.cpp netconfig.cpp
ksim_net_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
ksim_net_la_LIBADD = ../../library/libksimcore.la $(LIB_TDEIO)
EXTRA_DIST = Net.desktop
INCLUDES= -I$(top_srcdir)/ksim/library $(all_includes)
METASOURCES = AUTO
mon_DATA = Net.desktop
mondir = $(kde_datadir)/ksim/monitors
|