summaryrefslogtreecommitdiffstats
path: root/src/knemod
diff options
context:
space:
mode:
Diffstat (limited to 'src/knemod')
-rw-r--r--src/knemod/CMakeLists.txt4
-rw-r--r--src/knemod/Makefile.am47
-rw-r--r--src/knemod/backends/Makefile.am22
-rw-r--r--src/knemod/pics/Makefile.am2
4 files changed, 2 insertions, 73 deletions
diff --git a/src/knemod/CMakeLists.txt b/src/knemod/CMakeLists.txt
index 648d40c..1c20c7a 100644
--- a/src/knemod/CMakeLists.txt
+++ b/src/knemod/CMakeLists.txt
@@ -54,7 +54,7 @@ install(
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
)
-install(
- FILES knemod.desktop
+tde_create_translated_desktop(
+ SOURCE knemod.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kded
)
diff --git a/src/knemod/Makefile.am b/src/knemod/Makefile.am
deleted file mode 100644
index e3a11dd..0000000
--- a/src/knemod/Makefile.am
+++ /dev/null
@@ -1,47 +0,0 @@
-## Makefile.am for knemo
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/knemod.pot
-
-# this has all of the subdirectories that make will recurse into. if
-# there are none, comment this out
-SUBDIRS = pics backends
-
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-kde_module_LTLIBRARIES = kded_knemod.la
-
-# set the include path for X, qt and KDE
-INCLUDES = -I$(srcdir)/../common -I$(srcdir)/backends $(all_includes)
-
-# the library search path.
-kded_knemod_la_LDFLAGS = -module -avoid-version $(all_libraries)
-
-# the libraries to link against.
-kded_knemod_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUTILS) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP -ltdeinit_kded backends/libknemo_backends.la
-
-# which sources should be compiled for knemo
-kded_knemod_la_SOURCES = knemodaemon.cpp knemodaemon.skel interface.cpp \
- interfaceicon.cpp interfacetray.cpp \
- interfacemonitor.cpp \
- interfacestatusdlg.ui interfacestatusdialog.cpp \
- interfacetooltip.cpp signalplotter.cpp \
- interfacestatistics.cpp interfacestatisticsdlg.ui \
- interfacestatisticsdialog.cpp
-
-# these are the headers for your project
-noinst_HEADERS = knemodaemon.h interface.h interfaceicon.h \
- interfacemonitor.h \
- interfacestatusdialog.h interfacetray.h \
- interfacetooltip.h signalplotter.h \
- interfacestatistics.h global.h \
- interfacestatisticsdialog.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-services_DATA = knemod.desktop
-servicesdir = $(kde_servicesdir)/kded
-
-mydata_DATA = eventsrc
-mydatadir = $(kde_datadir)/knemo
diff --git a/src/knemod/backends/Makefile.am b/src/knemod/backends/Makefile.am
deleted file mode 100644
index ccf8785..0000000
--- a/src/knemod/backends/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Makefile.am for knemo backends
-
-noinst_LTLIBRARIES = libknemo_backends.la
-
-# set the include path for X, qt and KDE
-INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../common $(all_includes)
-
-# the library search path.
-libknemo_backends_la_LDFLAGS = -module -avoid-version $(all_libraries)
-
-# the libraries to link against.
-libknemo_backends_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUTILS)
-
-# which sources should be compiled as backends
-libknemo_backends_la_SOURCES = backendbase.cpp nettoolsbackend.cpp sysbackend.cpp
-
-# the headers of the backends
-noinst_HEADERS = backendbase.h nettoolsbackend.h sysbackend.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
diff --git a/src/knemod/pics/Makefile.am b/src/knemod/pics/Makefile.am
deleted file mode 100644
index d085bb3..0000000
--- a/src/knemod/pics/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-# Install the icons into the global KDE directories
-KDE_ICON = AUTO